Skip to content

Swift Fourtification

Compare
Choose a tag to compare
@sharplet sharplet released this 04 Aug 20:05
· 36 commits to master since this release

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!