Documentation
¶
Index ¶
- func Contains(text, search string) int
- func ExtractTwoPointArgument(option string, field *string) (err string)
- func IsNotLetter(r rune) bool
- func Join(values []string, separate string) (out string)
- func LowerCaseFirstLetter(text string) string
- func RemoveSuffixIfPresent(path *string, suffix string)
- func Replace(text, old, newStr string) (result string)
- func Split(data, separator string) (result []string)
- func ToLowerCase(text string) string
- func ToUpperCase(text string) string
- func Trim(text string) string
- func TrimSuffix(text, suffix string) string
- func UpperCaseFirstLetter(text string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractTwoPointArgument ¶ added in v0.0.8
func IsNotLetter ¶ added in v0.0.11
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
todo a minúscula alfabeto con ñ
func ToUpperCase ¶ added in v0.0.11
todo a mayúscula alfabeto con ñ
func TrimSuffix ¶ added in v0.0.11
func UpperCaseFirstLetter ¶ added in v0.0.11
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.