[CotEditor] Use \1 to Reference Matched Values in Regular Expression Replacement
To use matched values in regular expression replacement in CotEditor, the Mac text editor, you reference them with \1.
In regular regex, it’s $1, but it’s \1, so be careful.
That’s all from the Gemba.