Refactor and unify code for built-in character class matching
milseman opened this issue · 0 comments
milseman commented
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.