I also tried this:

        <cfset foo = right(tempvar,100)>
        <cfif foo contains "eof lines WXYZ">
                <cfset foo2 = 1>
        </cfif>

versus this:

        <cfset foo = reFind("eof lines WXYZ$",tempvar)>

and found that the regex is really really slow...even slower than the
listLast() method.

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274996
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to