Replacement Text
The replacement text for find-and-replace operations may contain references to capture-group text from the find. References are of the form $n, where n is the number of the capture group.
| Character | Descriptions |
|---|---|
$n | The text of capture group n will be substituted for If you want to specify the |
\ | Treat the following character as a literal, suppressing any special meaning. Backslash escaping in substitution text is only required for '$' and '\', but may be used on any other character without bad effects. |