[]
Specifies the action to take when a match is found.
public enum ReplaceAction
Public Enum ReplaceAction
Name | Description |
---|---|
Replace | Replace the current capture. |
SkipCurrentCapture | Skip the current capture. |
SkipWholeMatch | Skip the current match. |
Stop | Stop the search. |