Documentation
¶
Overview ¶
Package regexutil provides additional utility functions used with regular expressions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindNamedSubmatchMap ¶
FindNamedSubmatchMap tries to find named groups of a regular expression in the given string s and returns matches in a map with the name of the group as key and the match as value.
If no match for the named group was found, there will be no entry in the map therefore.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.