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?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:225251
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to