swiftlang / swift-experimental-string-processing

An early experimental general-purpose pattern matching engine for Swift.
Apache License 2.0
278 stars 47 forks source link

Remove the `anyScalar` CustomCharacterClass #647

Closed natecook1000 closed 1 year ago

natecook1000 commented 1 year ago

Regex doesn't support the \O "any scalar" meta character, but since it's included in the CCC representation, we have untestable branches in various places with dubious implementations. We should remove it throughout.