-
Notifications
You must be signed in to change notification settings - Fork 32
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
Create a table of every escaped character and "why" #31
Comments
Will do |
@domenic done :) |
Yay! Might want to give it a proofread, but overall very helpful. |
If I can weigh in, I think we've nailed the exact list over at https://github.com/sindresorhus/escape-string-regexp/blob/master/index.js#L3 |
Nevermind, the two seem to already be a 1 on 1 match - so kudos to @benjamingr ;) |
The entry for The The escaping of hex characters in the beginning should be added as a table entry to "Safe with extra escape set", so that they don't extend decimal or unicode escape sequences (#29). |
@bergus can you open a separate issue please? (Pull request would also be welcome) |
I've asked for this a couple times, but I think it's crucial to forward progress, especially as people debate additions to the current spec.
Here is a start:
The text was updated successfully, but these errors were encountered: