well any variable has to be #text# with no spaces, so you could search for
any #'s that has some text and then a space which would
identify missing closing hashes.

something like

#.+[:space]

On Fri, Jun 24, 2011 at 3:41 AM, Steven Durette <st...@durette.org> wrote:

>
> Hi all,
>
> I've been given some code to fix that others have tried but had little
> luck. I believe I've found the major culprit, but I want to use regex to
> find it but I'm a little stumped.
> The errors are usually one of two things, either single pound signs in
> between cfoutputs (ie: font tag with color) or many places where the
> original programmers meant to use a variable but only put a pound sign on
> one side of the variable.
>
> Any ideas of the regex I should use?
>
> Steve
>
> Sent from my iPhone
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:345615
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to