Lazy with a backreference would be (.*?) :-P
--Ben "smileyman" Doom Adrian Lynch wrote: > Maybe :OD > > I was after the lazy version. So would that be .*? or (.*)? or both or > neither? > > -----Original Message----- > From: Ben Doom [mailto:[EMAIL PROTECTED] > Sent: 07 March 2005 16:57 > To: RegEx > Subject: Re: Finding queries that use a certain table > > > I think maybe you meant (.*?). > (.*)? works out exactly the same as (.*) without the ?. > Hence my confusion. XD ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:21:845 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/21 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:21 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.21 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
