[]
Specifies the action to take when a match is found.
public enum ReplaceAction
Replace = 0
Replace the current capture.
SkipCurrentCapture = 2
Skip the current capture.
SkipWholeMatch = 1
Skip the current match.
Stop = 3
Stop the search.