Skip to content

fix(regex-match): Avoid recompiling the RegexSet and match full string

AdminXVII requested to merge AdminXVII/ion:fix-match-regex into master

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?

Merge request reports