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

some RE's in PCRE page do not match the comments #3226

Closed
antofthy opened this issue Sep 24, 2018 · 0 comments
Closed

some RE's in PCRE page do not match the comments #3226

antofthy opened this issue Sep 24, 2018 · 0 comments

Comments

@antofthy
Copy link

antofthy commented Sep 24, 2018

You have expressions like \d+.\d+. on the PCRE page
However the comments imply that the '.' characters are also escaped.
EG: the expression should be something like \d+\.\d+\.
Basically it looks like some of the backslashes need doubling so the page displays correctly.

Ant

divayprakash added a commit that referenced this issue Oct 24, 2018
[pcre/en] Fix PCRE examples, closes #3226
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

2 participants