> Now, I realize I have a problem, of sort. How can I change > "session.cps.dbStruct.CPSDB" to "session.cps.dbStruct.CPS_ODBCDB"? > Is there a way to do this with the regex function of the find and > replace in DW, or am I doomed to doing it manually in all instances I > have found.
Uhh... Why do you need regex? A static string replace looks like it would work..... text = replace(text, "CPSDB", "CPS_ODBCDB", "all"); --Ben ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:21:809 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/21 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:21 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.21 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
