ReplaceAction enumeration

ReplaceAction enumeration

Allows the user to specify what happens to the current match during a replace operation.

Members

NameDescription
REPLACEReplace the current match.
SKIPSkip the current match.
STOPTerminate the replace operation.

See Also