> Hi all, I have to need to do the following;
> 
> Change all instances of
> 
> <cfprocparam type="IN"
>    value="#whatever#"
>    cfsqltype=CF_SQL_WHATEVER
>    [EMAIL PROTECTED]>
> 
> to become 
> 
> <cfprocparam type="IN"
>    value="#whatever#"
>    cfsqltype=CF_SQL_WHATEVER>
> 
> In dreamweaver I am trying to use the find & replace using a 
> regular expression, this is what I have come up with so far
> 
> [EMAIL PROTECTED]
> 
> this works to a point but it gives me this
> 
> <cfprocparam type="IN"
>    value="#whatever#"
>    cfsqltype=CF_SQL_WHATEVER
>    >
> 
> Notice the closing chevron is still on the original line. How 
> do I get rid of the carriage return and all of the whitespace 
> as well to get the chevron to appear at the end of cfsqltype 
> statement?

You do know that Dreamweaver will allow you to remove specific attributes of
specific tags directly within Find & Replace, right? You don't have to write
a regex to do this.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:225255
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