+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.
Service d'assistance aux clients par UserEcho
You may try: \R
Thanks!