+1

I can't search for \r as a regex

Chiku 11 years ago updated 11 years ago 2

When I have regex enabled and I try to search for \r, no results turn up even if the file contains CRs (carriage returns)


I am using sublime text v2.0.1 build 2217 on Windows.

You may try: \R

\R works as expected.
Thanks!