it really doesnt matter ;) (.*?) "remember up to everything optionalally" (.*)? "optionally remember up to everything" (.*) "remember nothing up to everything" (.+)? "optionally remember something up to everything" (.+?) "remember something to everything or nothing"
-chris >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 > >Adrian Lynch wrote: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:21:855 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
