Skip to content

Swift 5.10.1 Release

Latest
Compare
Choose a tag to compare
@shahmishal shahmishal released this 06 Jun 19:09
· 118 commits to main since this release
d56f16a
Adds SPI for a NSRE compatibility mode option (#698) (#702)

NSRegularExpression matches at the Unicode scalar level, but also
matches `\r\n` sequences with a single `.` when single-line mode is
enabled. This adds a `_nsreCompatibility` property that enables both
of those behaviors, and implements support for the special case
handling of `.`.