Regex v1.0.0 Release Notes

Release Date: 2017-06-13 // almost 7 years ago
  • 🍱 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!