Click or drag to resize

ReplaceOptions Enumeration

Options specifying how to perform string replacement.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ReplaceOptions
Members
  Member nameValueDescription
FirstOnly1Replace the first instance of the match only (opposite of RegEx.Replace() global).
See Also