Answered
RefindNoCase
Hello everybody,
I created a code for one of our customer. The code run just find in my sever which is ColdfusionMX. but the customer still running Coldfusion 5. When I run it at the customer sever, I get the error below. Any idea or suggestion?
====================start error
Error Diagnostic Information
An error occurred while evaluating the expression:
<cfset myIndex = REFindNoCase("\b[\w-\._]+@[\w\.-]+\.[\w+\.-]+\s*\b",body,1,"True") />
Error near line 115, column 9.
Bad regular expression
===========================End of error
I created a code for one of our customer. The code run just find in my sever which is ColdfusionMX. but the customer still running Coldfusion 5. When I run it at the customer sever, I get the error below. Any idea or suggestion?
====================start error
Error Diagnostic Information
An error occurred while evaluating the expression:
<cfset myIndex = REFindNoCase("\b[\w-\._]+@[\w\.-]+\.[\w+\.-]+\s*\b",body,1,"True") />
Error near line 115, column 9.
Bad regular expression
===========================End of error
