# Functions
DeleteRegexGroup tries to retreive a regular expression group previously created by NewRegexGroup.
GetRegexGroup tries to retreive a regular expression group previously created by NewRegexGroup.
MultiMatch returns a map of matching elements from a list of regular expressions (returning the first matching element).
NewRegexGroup cache compiled regex to avoid multiple interpretation of the same regex.