swiftlang / swift-experimental-string-processing

An early experimental general-purpose pattern matching engine for Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove the `anyScalar` CustomCharacterClass

natecook1000 opened this issue · comments

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.