Thanks Jochem. Works well I was using <cfset var [A-Za-z]*Insert which gave
an error

Kevin

-----Original Message-----
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: 19 April 2005 11:42
To: CF-Talk
Subject: Re: Regular expression in Homesite


Kevin Roche wrote:
>
> Is there a person out there who is able to write a regulart expression
that
> I can use in Homesite+ to change a line that says:
>
> <cfset var xxxxInsert = 0 />
>
> To one that says
>
> <cfset var qInsertxxxx = 0 />
>
> xxxx can be any string

Asuming xxxx does not contain any spaces replace
<cfset var ([^ ]+)Insert
with
<cfset var qInsert\1

Jochem



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203497
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to