Skip to content

Support compiled regexes

Compare
Choose a tag to compare
@markwhitaker markwhitaker released this 18 Dec 09:25
· 31 commits to main since this release
30613cc

What's Changed

  • Add support for compiled regexes with the new RegexOptions.Compiled value
  • Upgrade to .NET Standard 1.3 (to support System.Text.RegularExpressions.RegexOptions.Compiled)