Here is a crazy idea - wouldn't what you are looking for be a runtime error? If so - can't you use the Code Analyzer in the CF Admin to scan the folder and find them all at once?
On Fri, Jun 24, 2011 at 10:41 AM, Steven Durette <[email protected]> wrote: > > All these responses are really helping! > Ok so here is what I'm going to do so far... > I have a CF Application that can search through the code base and find > stuff inside of tags or between opening and closing tags, but I have > to tell it what tag and give it regex to do the search. > I'm breaking this down into two steps first I'm going to search for > the color codes in between cfoutputs that have a single #. From what > I've been reading so far I think this regex should work: > [^#]#[a-fA-F0-9]{3,6} > If I'm correct it would pick up #FF3366 but not ##FF3366. > > What do you think about that regex? > I'll deal with the missing # signs later after I get the color codes fixed. > > Thanks, > Steve > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345634 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

