shahmishal
released this
06 Jun 19:09
·
118 commits
to main
since this release
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 `.`.