Documentation ¶
Index ¶
- func GetMatchArray(str, regex string) []string
- func GetMatchList(str, regex string) [][]string
- func GetMatchStr(str, regex string) string
- func ReplaceAll(srcStr, regex, repStr string) string
- func ReplaceAllFunc(srcStr string, regex string, repFun func(string) string) string
- func ReplaceFirst(srcStr, regex, repStr string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMatchArray ¶
func GetMatchList ¶
func GetMatchStr ¶
func ReplaceAll ¶
func ReplaceAllFunc ¶
func ReplaceFirst ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.