Page 1 of 1

Unrecognized escape sequence \R

Posted: Mon Feb 06, 2017 8:44 am
by me_suzy
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.

Re: Unrecognized escape sequence \R

Posted: Mon Feb 06, 2017 10:55 am
by DigitalVolcano
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

Code: Select all

\n|\r\n?