callstack/ts-regex-builder

feat: implement basic character classes

Closed this issue · 3 comments

I'll take whitespace character class and possibly other when it is done.

@jaworek go ahead. Whitespace probably need to just emit \s. Actual work is needed to modify the DSL to support it.

Implemented in #13 by @jaworek