-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Wrong result when double qoute is escaped #12
Comments
Oh no. Time to have another go at that regexp. :-/ Thanks for the great bug report - the example is really helpful. |
Still not got this working. It is proving tricky to solve. |
how about this /\"([^\0-\x1F\x22\x5C]|\\[\"\\/bfnrt]|\\u[0-9a-fA-F]{4})*\"/ built from here https://github.com/pegjs/pegjs/blob/06c9400bcac1b696eb5c4f2787734ab7038cef3e/examples/json.pegjs#L119 regexer example https://regexr.com/3sjsg |
instead of
|
@abdulkareemnalband so can you post the full replacement for that line you said? If it works for you |
putting cursor under
THIRD2
and onward it showsFIRST.SECOND[", "]
as pathThe text was updated successfully, but these errors were encountered: