Versions in this module Expand all Collapse all v0 v0.2.0 Nov 12, 2024 Changes in this version + func Decap(s string) string v0.1.0 Nov 12, 2024 Changes in this version + const AlphaAll + const AlphaLower + const AlphaNum + const AlphaUpper + const PasswordBytes + const PasswordLower + const PasswordNum + const PasswordSym + const PasswordUpper + const Token68 + func AtoI[T constraints.Integer](s string) T + func CamelToKebab(camelCase string) string + func CamelToSnake(camelCase string) string + func Connect(sep string, items ...string) string + func ContainsAnyStrings(haystack string, needles ...string) bool + func CryptoString(source string, n int) string + func EndsWith(s string, ending string) bool + func ExtractNumbers(in string) string + func HasCharType(s string, wantUpper, wantLower, wantDigit, wantPunc, wantSymbol bool) bool + func HasNull(s string) bool + func HasOnlyLetters(s string) bool + func If(cond bool, trueVal, falseVal string) string + func Indent(s string) string + func IsASCII(s string) bool + func IsFloat(s string) bool + func IsInt(s string) bool + func IsUTF8(s string) bool + func IsUTF8Bytes(b []byte) bool + func KebabToCamel(s string) string + func LcFirst(s string) string + func PasswordString(n int) string + func RandomString(source string, n int) string + func ReplaceStrings(s string, searchList []string, replaceList []string) string + func SnakeToKebab(s string) string + func StartsWith(s string, beginning string) bool + func StripNewlines(s string) string + func StripNulls(s string) string + func Title(s string) string