Mastering File Navigation in EmEditor with Regular Expressions: Including/Excluding Matches

Mastering File Navigation in EmEditor with Regular Expressions: Including/Excluding Matches

Robert Lv8

Mastering File Navigation in EmEditor with Regular Expressions: Including/Excluding Matches

Viewing 6 posts - 1 through 6 (of 6 total)

  • Author
    Posts
  • December 18, 2014 at 10:40 pm #19719
    Rien van Ham
    Participant
    Hello Yutaka,
    Sorry, that was an error when I retyped the regex.
    It has to be:
    ^((?!).)*$
    Thanks in advance!
    December 19, 2014 at 9:02 am #19722
    Yutaka Emura
    Keymaster
    Hello Rien van Ham,
    Thanks for letting me know.
    With the correct regex, was your issue solved?
    December 21, 2014 at 12:10 am #19728
    Rien van Ham
    Participant
    Hello Yutaka,
    No, I’m sorry, the same error is popping up.
    December 21, 2014 at 9:57 am #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,
    December 23, 2014 at 11:44 pm #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!
    December 24, 2014 at 9:27 am #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,
  • Author
    Posts

Viewing 6 posts - 1 through 6 (of 6 total)

  • You must be logged in to reply to this topic.

Also read:

https://techidaily.com
  • Title: Mastering File Navigation in EmEditor with Regular Expressions: Including/Excluding Matches
  • Author: Robert
  • Created at : 2024-10-15 17:48:51
  • Updated at : 2024-10-17 17:21:21
  • Link: https://win-brilliant.techidaily.com/mastering-file-navigation-in-emeditor-with-regular-expressions-includingexcluding-matches/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
Mastering File Navigation in EmEditor with Regular Expressions: Including/Excluding Matches