The RegexReplacementStringFormatter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | EnableReplaceAll |
If true, all matched instances of Pattern in the input string will be
replaced with Replacement. If false only the first instance will be
replaced.
|
![]() | Pattern |
Gets or sets the pattern to match in the input string.
|
![]() | Replacement |
Gets or sets the text with which to replaces instances of the matched Pattern.
|