Documentation
¶
Index ¶
- Variables
- func Contains(text, search string) int
- func ExtractTwoPointArgument(option string, field *string) (err string)
- func Join(values []string, separate string) (out string)
- func Letters() map[rune]string
- func LowerCaseFirstLetter(name string) string
- func RemoveSuffixIfPresent(path *string, suffix string)
- func Split(data, separator string) (result []string)
- func ToLowerCase(in string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var VALID_LETTERS = map[byte]byte{
'A': 'a', 'B': 'b', 'C': 'c', 'D': 'd', 'E': 'e', 'F': 'f', 'G': 'g', 'H': 'h', 'I': 'i',
'J': 'j', 'K': 'k', 'L': 'l', 'M': 'm', 'N': 'n', 'O': 'o', 'P': 'p', 'Q': 'q', 'R': 'r',
'S': 's', 'T': 't', 'U': 'u', 'V': 'v', 'W': 'w', 'X': 'x', 'Y': 'y', 'Z': 'z',
}
Functions ¶
func ExtractTwoPointArgument ¶ added in v0.0.8
func LowerCaseFirstLetter ¶ added in v0.0.5
func RemoveSuffixIfPresent ¶ added in v0.0.8
remover \cmd ej: "mi_directorio\cmd" "\\cmd"
func ToLowerCase ¶ added in v0.0.8
solo a minúscula texto del alfabeto
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.