Documentation
¶
Index ¶
- func Contains(text, search string) int
- func ExtractTwoPointArgument(option string, field *string) (err string)
- func Join(values []string, separate string) (out string)
- func LettersUpperLowerCase(with_ñ ...bool) map[rune]rune
- 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 ¶
This section is empty.
Functions ¶
func ExtractTwoPointArgument ¶ added in v0.0.8
func LettersUpperLowerCase ¶ added in v0.0.9
ej: A:a, B:b.. with_ñ = Ñ:ñ
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 con ñ
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.