Documentation ¶
Index ¶
- func CaseCMP(a, b string) int
- func FindString(array []string, target string) int
- func IsAlpha(ch uint8) bool
- func IsSpace(t byte) bool
- func SplitMapString(source string, isSep func(byte) bool, handler func(string, string))
- func SplitStrings(source string, isSep func(byte) bool, handler func(string) bool)
- func SubString(str string, begin, size int) string
- func ToLower(ch uint8) uint8
- func TrimString(value string, isSep func(byte) bool) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindString ¶
func SplitMapString ¶ added in v1.1.0
func SplitStrings ¶ added in v1.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.