This scripts performs a regular expression-based search and replace on each line in the source text.
This field follows the Perl regular expression syntax.
If you are unfamiliar with Perl, you can enter any text into the Match field, but the characters \.,^$*+?{}[]()| are special, so you must escape them with \ if you want to use them.
Matches from parenthesized elements are extracted to $1, $2 etc as normal.
More information is available here.
This field is plain text, but also supports insertion of the $1, $2 etc variables.
Note: \n will be converted to a new line character. There is no way to escape this.