Skip to content

Releases: swiftlang/swift-experimental-string-processing

Swift 5.10.1 Release

06 Jun 19:09
d56f16a
Compare
Choose a tag to compare
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 `.`.

Swift 5.10 Release

06 Mar 16:11
d56f16a
Compare
Choose a tag to compare

What's Changed

Full Changelog: swift-5.9.2-RELEASE...swift-5.10-RELEASE