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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.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

