Regex v1.1.0 Release Notes

Release Date: 2017-08-04 // over 6 years ago
  • ๐Ÿฑ Regex now speaks Swift 4! ๐ŸŽ‰

    โž• Added:

    • The Regex type now conforms to Codable, so you can encode and decode regular expressions to your heart's content. (#52)
    • MatchResult has a new range property. (#54, thanks @mezhevikin!)
    • To go with MatchResult.range, there's also the captureRanges property, allowing you to work with the ranges of capture groups. (#59)

    ๐Ÿ›  Fixed:

    Thanks for using Regex!