Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchString ¶
MatchString returns true if current string match the pattern, false otherwise.
func Register ¶
Register creates a new regex from pattern it has not been created at least once yet.
func ReplaceAllString ¶
ReplaceAllString returns a copy of input, replacing matches of the Regexp with the replacement string repl. Inside repl, $ signs are interpreted as in Expand, so for instance $1 represents the text of the first sub-match.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.