On Sep. 25, 2016, at 9:35 am, Allan Odgaard mailinglist@textmate.org wrote:
For the search string it uses the Regular Expressions (Oniguruma) grammar in the TextMate bundle and for the replace string, the Format String grammar is used (also from the TextMate bundle).
Fantastic! I no longer have to go cross-eyed when working on a regex with lots of escaped and unescaped brackets.
Thanks very much, David