Overview

The search and Replace window provides controls to quickly find specific or partial text in accordance with defined search options, then replace that text with specified new text.

Access

The search and replace window can be opened by selecting the Search and Replace option from the segment grid column header menu, or via translate5 shortcuts:

Options/Controls







MetacharacterBehavior
^matches the position at the beginning of the searched string
$matches the position at the end of the searched string
[…]matches any character specified inside the square brackets
[^…]matches any character not specified inside the square brackets
*matches the preceding character zero or more times
+matches preceding character one or more times
{n}matches n number of instances of the preceding character
{m,n}matches from m to n number of instances of the preceding character