Description
Takes a string and escapes characters that match regular expression control characters.
Returns
String appended with the escape characters
History
ColdFusion 10: Added this function
Takes a string and escapes characters that match regular expression control characters.
String appended with the escape characters
ColdFusion 10: Added this function
reEscape(string____)
Parameter |
Description |
---|---|
string |
The string in which you have to escape characters that match regular expression characters. |
<cfoutput> #reescape("*.{}[]exam?ple")# </cfoutput>