Regex v2.1.0 Release Notes
Release Date: 2019-04-21 // almost 4 years ago-
๐ New:
- โ Adds a new option regex option
.allowCommentsAndWhitespace
, allowing for richer, self-documenting regular expression patterns. (#66 โ thanks @remithaunay!)
๐ Improved:
- ๐ Updated internals to use the modern built in conversions between
NSRange
andRange<String.Index>
. This should improve performance and potentially correctness! (#69)
- โ Adds a new option regex option