swiftlang/swift-experimental-string-processing

Refactor and unify code for built-in character class matching

milseman opened this issue · 0 comments

The MatchingEngine has code for character class checks, which is duplicated inside of _CharacterClass (for custom combinations of builtin classes). We should refactor and unify these.