Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contains ¶
Contains if s contains any of the substrings, all of the substrings, and index of their occurrences
func Gsub ¶
Gsub like ruby gsub, match can be string or *regexp.Regexp, replacer can be map (hash in ruby) or string the string match can have "|", then the conditional sub strings can be replaced by the value specified in replacer map and the replacer string can refer to matched target in match regexp via "\1" or "\2"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.