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: } 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 |
|---|---|---|
| |
hosamaly | 1/12/2011 9:12 am |
| |
Yutaka | 1/12/2011 10:19 am |
| |
CrashNBurn | 1/12/2011 10:33 am |
| |
hosamaly | 1/17/2011 3:31 am |
| » |
CrashNBurn | 1/17/2011 7:53 am |
| |
Deipotent | 1/17/2011 12:52 pm |
| |
hosamaly | 1/17/2011 3:30 am |
| Register To Post | |


