# Functions
CaptureString returns the first captured string.
No description provided by the author
CaptureUint requires first capture to be parseable by `strconv.Atoi` such as `[0-9]+`.
No description provided by the author
McReplaceAllString is a single line MustCompile regexp for ReplaceAllString.
No description provided by the author
MustCaptureUint will return `0` if match is not found.
No description provided by the author
NewStringMatcher returns a new StringMatcher instance.
# Variables
No description provided by the author
# Structs
RegexpSet is a struct that holds compiled regular expressions.
StringMatcher provides the ability to match a string against multiple regular expressions with a pre-formatting function as well.