I want to find any of the following:
"Andy"
(Andy)
'Andy'
 in a string, but not find
"andy was here (not)

I know the following will find each of the three options if I do it 3 times.
Can I find all 1 one statement without finding ["andy was here (not] ?

REFind("[]'*'[]", "Find this 'here'")
REFind("[](*)[]", "Find this (here)")
REFind("[]""*""[]", "Find this ""here""")




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to