Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.Base Namespaces
CMS.Base
CMSRegex Class
CMSRegex Methods
Replace Method
Replace Method (String, MatchEvaluator)
Replace Method (String, String, Boolean)
CMSRegex
.
Replace 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: 11.0.0
Syntax
C#
Copy
public
string
Replace
(
string
input
,
MatchEvaluator
evaluator
)
Parameters
input
Type:
System
.
String
Input string
evaluator
Type:
System.Text.RegularExpressions
.
MatchEvaluator
Match evaluator
Return Value
Type:
String
See Also
Reference
CMSRegex Class
Replace Overload
CMS.Base Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com