apple / swift-experimental-string-processing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor and unify code for built-in character class matching

milseman opened this issue · 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.