Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

FindFlags Enumeration

One or more of the following values may be combined to change the behavior of the following methods:

Find MethodsReplace Methods
IDocumentView.findAsyncIDocumentView.replaceAsync
IDocumentView.findAllAsyncIDocumentView.replaceAllAsync
IDocumentView.findRegExpAsyncIDocumentView.replaceRegExpAsync
IDocumentView.findAllRegExpAsyncIDocumentView.replaceAllRegExpAsync

Not all flags are applicable for all methods.

SymbolValueDescription
Forward0Search forward.
Backwards1Search backwards.
IgnoreCase2Ignore case when matching pattern.
RegularExpression4Use regular expressions mode.
ReplaceRegularExpression8The replace pattern is a regular expressions replace pattern.
ResetReplace16Reset the replace mode.