Regex v2.1.0 Release Notes

Release Date: 2019-04-21 // about 5 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 and Range<String.Index>. This should improve performance and potentially correctness! (#69)