Glad I could help. I have to brush up on regex syntax just about every time I have to write one, because I use them so infrequently and the syntax makes my eyes cross.
I've got a tool on my desktop called RXTest.exe that's a big help. I think it was installed with an isapi rewrite engine, but is probably available as a stand-alone. Yup -- near the bottom of this page: http://www.helicontech.com/download.htm#isapi_rewrite >Thanks Dave. > >I had to go into a meeting, otherwise I'd have responded already on >this. In our case the image file names had parens (i.e. >1234.jpg,1234(2).jpg,1234(3).jpg, etc). I changed the first line to the >following and it worked like a champ: > >^(((https?:|ftp:|gopher:)\/\/))[-[:alnum:]\?%,\.> >\/&##!@:=\+~_\(\)]+[A-Za-z0-9\/]$ > >Thanks for getting back to me though. Regex is an area I really need to >brush up on. > >Steve "Cutter" Blades >Adobe Certified Professional >Advanced Macromedia ColdFusion MX 7 Developer >_____________________________ >http://blog.cutterscrossing.com > >Dave Anderson wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278794 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

