| TextHelperEncodeRegexSubstitutes Method  | 
            Encodes regex substitutions like $_, $+, ... so they don't apply as substitutes in the replacement string.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static string EncodeRegexSubstitutes(
	string text
)
Parameters
- text
 - Type: SystemString
Text to encode 
Return Value
Type: 
String
See Also