Documentation ¶
Index ¶
- func ApendAny(space string, args ...any) string
- func Append(str1, str2, sp string) string
- func AppendAny(val1, val2 any, sp string) string
- func Contains(str string, substr string) bool
- func Empty(str1, str2 string) string
- func Format(format string, args ...any) string
- func FormatLowCase(format string, args ...any) string
- func FormatUppCase(format string, args ...any) string
- func GetSplitIndex(str, sep string, idx int) string
- func HtmlToText(html string) string
- func Lowcase(s string) string
- func Name(str string) string
- func NotSpace(str string) string
- func RemoveAcents(str string) string
- func Replace(str string, old string, new string) string
- func ReplaceAll(str string, olds []string, new string) string
- func Split(str, sep string) []string
- func StrToBool(val string) (bool, error)
- func StrToTime(val string) (time.Time, error)
- func Titlecase(str string) string
- func Trim(str string) string
- func Uppcase(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatLowCase ¶
func FormatUppCase ¶
func GetSplitIndex ¶
func HtmlToText ¶ added in v0.0.97
func RemoveAcents ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.