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

Add regexp unicode print node support #749

Merged
merged 5 commits into from
Sep 24, 2018
Merged

Conversation

dkubb
Copy link
Collaborator

@dkubb dkubb commented Sep 24, 2018

This branch adds support for two unicode regexp nodes:

\p{Print}  # only match printable unicode characters
\P{Print}  # only match nonprintable unicode characters

@mbj mbj merged commit 5505c1e into master Sep 24, 2018
@mbj mbj deleted the add/regexp-unicode-print-node branch September 24, 2018 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants