backslash for numbered backreferences in regex
Posted: Sun Apr 17, 2011 10:11 pm
Is it possible to make Textcrawler accept \1 for $1 to make it more compatible with other regex implementations?
Maybe internally replacing \ with $ before a number, but not inside []-brackets....
Maybe internally replacing \ with $ before a number, but not inside []-brackets....