Documentation
¶
Overview ¶
Package matching provides patterns for processing regexp.Regexp matches
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNamedMatch ¶
GetNamedMatch will return the value of a Named Submatch for a given regexp and its matches. If there are multiple matches of the same name, first one wins
func GetNamedMatches ¶
GetNamedMatches will return a map of NamedSubmatches=Value for a Regexp and input string, filtered to the provided list when populated. If there are multiple matches of the same name, last one wins
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.