hello, many of my REGEX doesn't work here, especially when I am using \R
see this print screen https://snag.gy/TGt2Ez.jpg
In notepad++, sublime_text or GrepWin is working very good. Except TextCrawler.
Unrecognized escape sequence \R
- DigitalVolcano
- Site Admin
- Posts: 1863
- Joined: Thu Jun 09, 2011 10:04 am
Re: Unrecognized escape sequence \R
TextCrawler uses Microsoft .NET Regular expressions which doesn't currently support \R (Find Unicode line endings I think).
You might be able to replace \R with something such as
You might be able to replace \R with something such as
Code: Select all
\n|\r\n?