Regular Expression gives the error (it is OK) #5580
Replies: 4 comments
-
hm, strange, I cannot repro the error.
regex: and it finds it OK: find-next gives: @MiroslavMatas Do you see the error? |
Beta Was this translation helpful? Give feedback.
-
what you can try now, it to remove outer brackets regex will be: |
Beta Was this translation helpful? Give feedback.
-
works fine here, no error |
Beta Was this translation helpful? Give feedback.
-
I just retried it on a different xml-file and it works as expected - strange, as I got the reported error multiple times before I reported it. Note: the parens were needed as I was doing a regex replace, but the problem was only on the 'find' part. It looks like you can close this issue. |
Beta Was this translation helpful? Give feedback.
-
In the attached zip-file
1.png
shows a code-snippet wherein I'm searching for the following RE:((\w+\.cs)" )
.2.png
shows the error generated. Note that this works in SynWrite and other editors.Cuda-RE.zip
Beta Was this translation helpful? Give feedback.
All reactions