EmEditor (text editor) Forum Index
   EmEditor Core Bug Reports
     Searching for files with regex ">\n" fails
Register To Post

Flat Previous Topic | Next Topic
Poster Thread
CrashNBurn
Posted on: 1/17/2011 7:53 am
Just can't stay away
Joined: 4/8/2010
From:
Posts: 130
Re: Searching for files with regex ">\n" fails
This should work: (?m)\}$\r?\n$\r?\n^O
Except it appears that EmEditor doesn't support ANY Regex options:
(?m), (?i), (?-i), (?g), (?-g)

Quote:
\}$\r?\n$\r?\n^O

in Ted's Notepad for instance, will match:
Quote:
}

OSV


In EmEditor you cannot use multiple "^" or "$", or else it it wrongly errors out with a message about invalid regex.

E.G. this works:
\}\r?\n\r?\nO

I use ?m), ?-i) and ?-g) all the time in AHK scripts, and (?-i) and (?-g) in Total Commander's multi-rename tool.
Flat Previous Topic | Next Topic


Subject Poster Date
   Searching for files with regex ">\n" fails hosamaly 1/12/2011 9:12 am
     Re: Searching for files with regex ">\n" fails Yutaka 1/12/2011 10:19 am
       Re: Searching for files with regex ">\n" fails CrashNBurn 1/12/2011 10:33 am
         Re: Searching for files with regex ">\n" fails hosamaly 1/17/2011 3:31 am
         » Re: Searching for files with regex ">\n" fails CrashNBurn 1/17/2011 7:53 am
             Re: Searching for files with regex ">\n" fails Deipotent 1/17/2011 12:52 pm
       Re: Searching for files with regex ">\n" fails hosamaly 1/17/2011 3:30 am

Register To Post
 
English čeština Deutsch español français italiano 日本語 한국어 Русский 简体中文 繁體中文