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

basic character classes not working #24

Open
ianlewisau opened this issue Mar 14, 2017 · 0 comments
Open

basic character classes not working #24

ianlewisau opened this issue Mar 14, 2017 · 0 comments

Comments

@ianlewisau
Copy link

I have used Reggy for some time without issue. I have just found that it doesn't seem to interpret "" characters correctly in the regex string. For example "\d" will match "d', but not a digit. Likewise, "\w" will only match a "w" and no other word character. "\" will match "". Other forms of character class, e.g. [0-9], [a-z.-] etc. work fine. Backslash on its own prompts the message "end pattern at escape", so the backslash is being recognised.

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

No branches or pull requests

1 participant