Click or drag to resize
CMSRegexReplace Method (String, MatchEvaluator)
Replaces the specified pattern within the given input with the given replacement

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public string Replace(
	string input,
	MatchEvaluator evaluator
)

Parameters

input
Type: SystemString
Input string
evaluator
Type: System.Text.RegularExpressionsMatchEvaluator
Match evaluator

Return Value

Type: String
See Also