VerbalExpressions should have support for all the available [character classes](https://en.wikipedia.org/wiki/Regular_expression#Character_classes). Should we implement those as constants or just add them like in @andrii1812 's PR to Python repo: https://github.com/VerbalExpressions/PythonVerbalExpressions/pull/16 ``` VerEx().find(VerEx.NUMBER) ``` vs. ``` VerEx().number() ```