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>
Sign in to your account