Documentation
¶
Index ¶
- func RandString(l int) string
- func StrDetect(s string, pattern string) bool
- func StrExtract(s string, pattern string, n int) (arr []string)
- func StrRemoveAll(s string, pattern string) string
- func StrReplaceAll(s string, pattern string, repl string) string
- func StrSplit(s string, pattern string, n int) (arr []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandString ¶
RandString get random string from "0123456789abcdefghijklmnopqrstuvwxyz"
func StrExtract ¶
StrExtract extract string with pattern
func StrRemoveAll ¶
StrRemoveAll remove string with pattern
func StrReplaceAll ¶
StrReplaceAll replace string with pattern
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.