Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

multiple regular expressions...

Status
Not open for further replies.

hugstable

Programmer
Joined
Feb 20, 2006
Messages
65
Location
US
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!
 
you will have a better chance of getting an answer in the coldfusion forum forum232

r937.com | rudy.ca
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top