Hey, since we are on the subject of regular expressions...and I'm an IDIOT
when it comes to those things.....see if you guys can figure this one out:

I want to use the regular expression search in Homesite to find ALL
instances of the SQL function "TRIM". So basically the function must fall
within a set of <cfquery> </cfquery> tags. I want to make sure I EXCLUDE all
instances of the trim function that occur in CF tags (like cfif
trim(variable) eq....).

Any ideas? I think it might look something like:
<cfquery([^>]*)>trim

But then i don't know how to tell it to keep matching TRIM's until it hits a
</cfquery>....

On Thu, Mar 6, 2008 at 9:10 PM, Tony <[EMAIL PROTECTED]> wrote:

> if i wanted to say
> ('http://www.tonyweeg.com/.*' <http://www.tonyweeg.com/.*%27>)
> so that it would match on any version of my domain name plus ANY
> CHARACTERS up to 20 characters
> how would i do that?
>
> :) thanks!
> tony
>
> --
> 'Never have anything in your life that you can't walk out on in thirty
> seconds flat, if you spot the heat coming around the corner'
>
> robert deniro - heat (1995)
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:255827
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to