+1
I can't search for \r as a regex
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.
Customer support service by UserEcho
You may try: \R
Thanks!