Table of Contents

Enum ReplaceOptions

Namespace
System.Text.RegularExpressions
Assembly
System.Text.RegularExpressions.dll

Replace options

[Flags]
public enum ReplaceOptions

Fields

ReplaceAll = 0

Flag bit that indicates that subst should replace all occurrences of this regular expression.

ReplaceBackrefrences = 2

Flag bit that indicates that subst should replace backreferences

ReplaceFirst = 1

Flag bit that indicates that subst should only replace the first occurrence of this regular expression.