Replaces the specified pattern within the given input with the given replacement
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- input
- Type: System String
Input string
- evaluator
- Type: System.Text.RegularExpressions MatchEvaluator
Match evaluator
Return Value
Type: StringSee Also