Let me know if it works well for you. I think it could be a much
simpler solution. If so - I'll blog about it.

On Fri, Jun 24, 2011 at 11:24 AM, DURETTE, STEVEN J (ATTASIAIT)
<sd1...@att.com> wrote:
>
> Dohh. Didn't think of that...
>
> -----Original Message-----
> From: Raymond Camden [mailto:rcam...@gmail.com]
> Sent: Friday, June 24, 2011 12:23 PM
> To: cf-talk
> Subject: Re: Problem with pound signs
>
>
> 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 <st...@durette.org> 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:345637
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to