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

Parse common forms of character set as their intended node #91

Open
Jcparkyn opened this issue Jul 20, 2020 · 0 comments
Open

Parse common forms of character set as their intended node #91

Jcparkyn opened this issue Jul 20, 2020 · 0 comments
Labels
enhancement New feature or request parsing Related to the Regex parsing system

Comments

@Jcparkyn
Copy link
Owner

[a-zA-Z] -> Wildcard set to 'letters'
[0-9] -> Wildcard set to 'digits' (but this would create inconsistency with the parsed expression, so might be best avoided)
Variant of [ \t\r\n] -> Whitespace with corresponding options ticked.

Inversions of these should also be parsed.

@Jcparkyn Jcparkyn added enhancement New feature or request parsing Related to the Regex parsing system labels Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request parsing Related to the Regex parsing system
Projects
None yet
Development

No branches or pull requests

1 participant