ReplaceOptions Enum
NuGet: GHIElectronics.TinyCLR.RegularExpressions
Assembly: GHIElectronics.TinyCLR.RegularExpressions
Namespace: System.Text.RegularExpressions
Options that control how a replacement is applied to matches.
public enum ReplaceOptions
Fields
| Name | Value | Description |
|---|---|---|
ReplaceAll | 0x0000 | Replace all occurrences of the regular expression. |
ReplaceFirst | 0x0001 | Replace only the first occurrence of the regular expression. |
ReplaceBackrefrences | 0x0002 | Process backreferences in the replacement string. |