One or more of the following values may be combined to change the behavior of the following methods:
Not all flags are applicable for all methods.
| Symbol | Value | Description |
|---|---|---|
Forward | 0 | Search forward. |
Backwards | 1 | Search backwards. |
IgnoreCase | 2 | Ignore case when matching pattern. |
ResetReplace | 16 | Reset the replace mode. Specify in a first call to the IDocumentView.replaceAsync or IDocumentView.replaceRegExpAsync methods to start the search and replace operation from the beginning. |