package
0.6.0
Repository: https://github.com/coveooss/multilogger.git
Documentation: pkg.go.dev

# 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.