<cfoutput query=([^"])

replace with

<cfoutput query="\1

> -----Original Message-----
> From: Aidan Whitehall [mailto:[EMAIL PROTECTED]
> Sent: 20 June 2003 11:38
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] RegEx replace in ColdFusion Studio 5
> 
> 
> A search and replace went awry and resulted in lots of these
> 
>  <cfoutput query=GetSomeQuery">
> 
> Doing a Extended Replace in Studio 5 checking the regular expressions
> box with this
> 
>  Find: <cfoutput query=[^"]
>  Replace with: <cfoutput query="
> 
> results in
> 
>  <cfoutput query="etSomeQuery
> 
> where the quotation mark is added, but the first letter of 
> the query is
> lopped off.
> 
> Does anyone know how to get it to just add the quotation mark to the
> start of the query name?
> 
> 
> Thanks
> 
> -- 
> Aidan Whitehall <mailto:[EMAIL PROTECTED]>
> Macromedia ColdFusion Developer
> Fairbanks Environmental Ltd  +44 (0)1695 51775
> Queen's Awards Winner 2003 <http://www.fairbanks.co.uk/go/awards>
> 
> ______________________________________________________________
> __________
> This e-mail has been scanned for all viruses by Star Internet. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ______________________________________________________________
> __________
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
> 


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to