Skip to content

1.0.0: A Regex for the future

Compare
Choose a tag to compare
@sharplet sharplet released this 13 Jun 19:08
· 68 commits to master since this release
d509485

Regex is now officially at 1.0.0! 🎉

Here's a quick hit list of features:

  • Easily and safely create regular expressions
  • When creating a regular expression from a static string, no error handling required
  • Great pattern-matching support via Regex.lastMatch
  • Type safe access to capture groups
  • Convenient extensions to String to support find and replace

I hope you enjoy using Regex!