probally could re-write my regex but i am curious how to get these 2 to work together...
<cfif ReFind("[^a-zA-Z0-9.-]",dirConts) GT 0 OR ReFind("[.]",dirConts) GT 1>
throws the error:
" Complex object types cannot be converted to simple values."
also if you have any recomended regex reading - pls pass it by..
thanks in advance!
<cfif ReFind("[^a-zA-Z0-9.-]",dirConts) GT 0 OR ReFind("[.]",dirConts) GT 1>
throws the error:
" Complex object types cannot be converted to simple values."
also if you have any recomended regex reading - pls pass it by..
thanks in advance!