Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19719
    Rien van Ham
    Participant

    Hello Yutaka,

    Sorry, that was an error when I retyped the regex.

    It has to be:
    ^((?!<Landcode value=”NL”/>).)*$

    Thanks in advance!

    #19722
    Yutaka Emura
    Keymaster

    Hello Rien van Ham,

    Thanks for letting me know.
    With the correct regex, was your issue solved?

    #19728
    Rien van Ham
    Participant

    Hello Yutaka,

    No, I’m sorry, the same error is popping up.

    #19729
    Yutaka Emura
    Keymaster

    Hello,

    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,

    #19745
    Rien van Ham
    Participant

    Hello 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!

    #19746
    Yutaka Emura
    Keymaster

    Hello,

    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,

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.