Name | Value | Description | |||
exSearchDown | 0 | Searches the string down to the cursor position | |||
exSearchUp | 1 | Searches the string up to the cursor position | |||
exMatchWholeWordOnly | 2 | The string being searched needs to match the exactly word | |||
exMatchCase | 4 | The searching is case sensitive | |||
exReplaceFile | 8 | Finds and replaces the string within the file. |