Replacing a Text String in the Query Window
Replace any text string in the Query Window with another.
1 With the Query Window active, do one of the following:
Ctrl+H
.
2 Enter the desired text string in the Find what field. If you want to build a regular expression, you can access predefined strings by clicking the solid arrow to the right of this field and selecting the expression you want inserted.
3 Enter the desired replacement text string in the Replace with field.
4 Select from the following:
? – any single character
* – any number of characters
# – any single digit
[xyz] – any one character in the set
[!xyz] – any one character not in the set
5 Select from the following:
6 Click Close to close the dialog.