Jacoby6000/FunCheck

Fix regex generators for character classes inside of square brackets

Opened this issue · 0 comments

[\w] will just produce w, and [\s] will just produce s, etc;