Overload List

  NameDescription
RegexReplacementStringFormatter()()()
Creates a new instance of the RegexReplacementStringFormatter class.
RegexReplacementStringFormatter(String, String)
Creates a new RegexReplacementStringFormatter specifying the pattern to match and the replacement text. This formatter will replace all matched instances.
RegexReplacementStringFormatter(String, String, Boolean)
Creates a new RegexReplacementStringFormatter specifying the pattern to match and the replacement text and specifying whether all instances of the matched pattern should be replaced or just the first instance.

See Also