Documentation ¶
Index ¶
- func After(haystack string, needle string) string
- func AfterLast(haystack string, needle string) string
- func Before(haystack string, needle string) string
- func BeforeFirst(haystack string, needle string) string
- func CamelString(s string) string
- func IsDigit(s string) bool
- func RandPassword(n int, no_special ...bool) string
- func RandString(n int, chars ...string) string
- func SnakeString(s string) string
- func StrIsEndWith(haystack string, needle string) bool
- func StrIsStartWith(haystack string, needle string) bool
- func SubString(source string, start int, length int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeforeFirst ¶
func CamelString ¶
func RandPassword ¶
func RandString ¶
func SnakeString ¶
func StrIsEndWith ¶
func StrIsStartWith ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.