True, I hadn't thought about a non programatic solution I guess because if that were the case I would probably just do a rough regex to get the right modules and then visually inpect them. Not elegant but takes a lot less time unless you have lots of them.
----- Original Message ----- From: "Rick Osborne [Mojo]" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 11:38 AM Subject: RE: Regular Expression > Don Vawter wrote: > > > Pardon me for being naive but isnt it a lot easier to just > > combine regex and regular find trying to match a substring > > like this? > > [...] > > If find regex invaluable but sometimes combining with a plain > > old find makes my life simpler. > > Very, very true. There's more than one way to do it. Personally, I'd have > done it with a Perl one-liner and the File::Recurse module. But, if all you > want to do is paste the regex into CFStudio and have it do a recursive find > then programming isn't really an option. Of course, the counter point is > that in the time it took for us to respond, Harry could have programmed > something anyway. Counter counter: other people on the list may have > similar needs, and posting a simple solution (like a single regex) may > enlighten them. > > -R > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

