Enum ReplaceOptions
- Namespace
- System.Text.RegularExpressions
- Assembly
- System.Text.RegularExpressions.dll
Replace options
[Flags]
public enum ReplaceOptions
Fields
ReplaceAll = 0Flag bit that indicates that subst should replace all occurrences of this regular expression.
ReplaceBackrefrences = 2Flag bit that indicates that subst should replace backreferences
ReplaceFirst = 1Flag bit that indicates that subst should only replace the first occurrence of this regular expression.