Versions in this module Expand all Collapse all v1 v1.0.0 Oct 25, 2022 Changes in this version + func GenericExtractFieldsStringWithRegexp(s string, r *RegexWithValue[V]) map[string]string + func GetVersion() string + func MatchesAnyRegexp(r []*regexp.Regexp, s string) (bool, *regexp.Regexp) + type RegexWithValue struct + Regexp *regexp.Regexp + Value V + func GenericMatchesAnyRegexp(r []*RegexWithValue[V], s string) (bool, *RegexWithValue[V]) v0 v0.2.6 Nov 7, 2021 Changes in this version + func PrintVersion(commit string) v0.2.5 Nov 7, 2021 Changes in this version + func ContainsAllRequiredFields(fields map[string]string) bool + func ExtractFieldsStringWithRegexp(s string, r *regexp.Regexp) map[string]string