CMSRegex Replace Method Kentico 8.0 API Reference
Replaces the specified pattern within the given input with the given replacement

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

input
Type: OnlineSystem String
Input string
replacement
Type: OnlineSystem String
Replacement
allowSubstitutions (Optional)
Type: OnlineSystem Boolean
If set to false, substitutions are not allowed within the replacement string

Return Value

Type: OnlineString
See Also