Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32
fix: add r strings for regex escape#313
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I'm a little confused about the interpretation/syntax of According tohttps://stackoverflow.com/questions/2241600/python-regex-r-prefix, the special characters need to be escaped, if the regex is prefixed with Therefore, also the |
@lsabi We do want to use the regex |
Reason for the change
If applicable, link the related issue/bug report or write down in few sentences the motivation.
Description
A clear and concise description of what did you changed and why.
Code examples
If applicable, add code examples to help explain your changes.
Checklist
References
Anything else related to the change e.g. documentations, RFCs, etc.