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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203490
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