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
- replacement
- Type: System String
Replacement
- allowSubstitutions (Optional)
- Type: System Boolean
If set to false, substitutions are not allowed within the replacement string
Return Value
Type: StringSee Also