VidyaVitamin - Text replacement

Replaces only the place where the keyword is contained in the target text.

Text replacement


You select the item and search method which you make the target to replacement. Next, you input the word before replacement, and the word after replacement. Please specify the option displayed from the triangular button at the lower right of a window if you need.

Moreover, if a regular expression is specified as a search method, it can include the following regular expression syntax in the text after replacement.

$numberIncludes the last substring matched by the capturing group that is identified by number, where number is a decimal value, in the replacement string.
${name}Includes the last substring matched by the named group that is designated by (? ) in the replacement string.
$&Includes a copy of the entire match in the replacement string.