1.0.0: A Regex for the future
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!