Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement character classes #7

Open
jehna opened this issue Jan 3, 2016 · 1 comment
Open

Implement character classes #7

jehna opened this issue Jan 3, 2016 · 1 comment

Comments

@jehna
Copy link

jehna commented Jan 3, 2016

VerbalExpressions should have support for all the available character classes.

Should we implement those as constants or just add them like in @andrii1812 's PR to Python repo:
VerbalExpressions/PythonVerbalExpressions#16

VerEx().find(VerEx.NUMBER)

vs.

VerEx().number()
@lukewestby
Copy link

lineBreak is already implemented as a method, and falls into a similar category even though it's not included in those definitions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants