Replaces a re
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- regEx
- Type: System.Text.RegularExpressions Regex
Regular expression
- input
- Type: System String
Input text to replace
- replacement
- Type: System String
Replacement string
- allowSubstitutions
- Type: System Boolean
If set to false, substitutions are not allowed within the replacement string
Return Value
Type: StringSee Also