> refind(key, '/archivedocs/');
>
> The slashes prevent it from returning true if it finds
> 'archivedocsearch'
> and similar mismatches.
>
>   --Ben Doom
>     Programmer & General Lackey
>     Moonbow Software

You and the regular expressions. ;P I think he's probably looking for
something like ListFindNoCase(path,"archivedocs","/") or for that matter
FindNoCase("/archivedocs/",path) ... although Matthew Walker beat me to the
answer. :P

Isaac
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to