Escapes regular expression control characters within a string.
reEscape(string);
→ returns string
reEscape('*.{}[]exam?ple')
Expected Result: \*\.\{\}\[\]exam\?ple
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.