fix(regex-match): Avoid recompiling the RegexSet and match full string
Avoid recompiling the regexset for each value, it is wasteful. Add start and end anchor to match the full value with the regex by default
TODO: Does the regex crate have an option for this?