CMSRegexReplace Method (String, MatchEvaluator) |
Replaces the specified pattern within the given input with the given replacement
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public string Replace(
string input,
MatchEvaluator evaluator
)
Parameters
- input
- Type: SystemString
Input string - evaluator
- Type: System.Text.RegularExpressionsMatchEvaluator
Match evaluator
Return Value
Type:
StringSee Also