- AuthorPosts
- December 18, 2014 at 10:40 pm #19719Rien van HamParticipant
Hello Yutaka,
Sorry, that was an error when I retyped the regex.
It has to be:
^((?!<Landcode value=”NL”/>).)*$Thanks in advance!
December 19, 2014 at 9:02 am #19722Yutaka EmuraKeymasterHello Rien van Ham,
Thanks for letting me know.
With the correct regex, was your issue solved?December 21, 2014 at 12:10 am #19728Rien van HamParticipantHello Yutaka,
No, I’m sorry, the same error is popping up.
December 21, 2014 at 9:57 am #19729Yutaka EmuraKeymasterHello,
If you have not already checked, In the Customize dialog box – Search tab, please set:
Additional Lines to Search for Regular Expressions text box to 0
clear the Regular Expressions “.” Can Match New Line Characters check box.
Also, if possible, please re-write regular expressions as simple as possible.
Thanks,
December 23, 2014 at 11:44 pm #19745Rien van HamParticipantHello Yutaka,
I’m sorry to tell you but isn’t that a very strange solution?
1: The regex is NOT complex. The only difference is that is does a lookahead to see if the value does NOT excists in the current line.
2: The regex is fully Perl-compatible
3: Other editors will do the same work without any complaining.Thanks!
December 24, 2014 at 9:27 am #19746Yutaka EmuraKeymasterHello,
Since this error happens inside the regular expression engine (Boost regex++), I can’t control what happens inside the regex engine.
What number did you set to the Additional Lines to Search for Regular Expressions text box, and did you set or clear the Regular Expressions “.” Can Match New Line Characters check box?
There might be a different reason so would you send me a sample file (after zipped) to [email protected] along with the Registry file (exported at HKEY_CURRENT_USER\Software\EmSoft, please zip the file)? I will try to reproduce the issue here.
Thank you,
- AuthorPosts
- You must be logged in to reply to this topic.