Rick your page(http://www.webworksllc.com/cffm) give us 500 Error. It's possible to download CFFM once more?
Cheers Marco On Wed, 08 Dec 2004 09:13:38 -0500, Rick Root <[EMAIL PROTECTED]> wrote: > Pascal Peters wrote: > > You can do it with a single regexp if you want: > > > > "(^|[/\\])\s*\.+\s*($|[/\\])" > > > > I am assuming that for the last one, you actually wanted "\.+$". > > If you really wanted "\.+", you can just drop the first three. > > I also added \s* to make sure there wasn't a dot and a space, because I > > didn't know how you treated it later. > > Actually, the last one should've been "^\.+$" > > I was trying to match . and .. (and technically ..., ...., etc) > > I think I'm gonna leave it as the separate regex's for now... they're > hard enough to read as it is :) > > - Rick > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186901 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

