Documentation ¶
Overview ¶
字符串操作.
Index ¶
- func InArray(a []string, s string) bool
- func IsLetterLower(b byte) bool
- func IsLetterUpper(b byte) bool
- func IsNumeric(s string) bool
- func LcFirst(s string) string
- func Replace(origin, search, replace string) string
- func ReplaceByMap(origin string, replaces map[string]string) string
- func SearchArray(a []string, s string) int
- func UcFirst(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReplaceByMap ¶
使用map进行字符串替换
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.