Name | Description | |
---|---|---|
Find | In the current range, finds all occurrences of a specified findPattern, using specified options.
The findPattern can contain regular expressions (use FindOptions.RegularExpressions to control this). The following special tokens can be used in the findPattern regardless of whether regex are on or off:
To search for text with certain formatting, use options and set the FindOptions.FormattingOptions on it accordingly. | |
Replace | In the current range, searches for a specified findPattern, and replaces it with a provided replaceText, using specified options.
The findPattern can contain regular expressions (use FindOptions.RegularExpressions to control this). The following special tokens can be used in the findPattern and in the replaceText regardless of whether regex are on or off:
To search for text with certain formatting, use options and set the FindOptions.FormattingOptions on it accordingly. |