Because I need to replace this only for queries that are INSERT queries, not any other kind of queries.
-------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning ...-----Original Message----- ...From: Ben Doom [mailto:[EMAIL PROTECTED] ...Sent: Tuesday, January 11, 2005 11:49 AM ...To: RegEx ...Subject: Re: Any character, any character at all. ... ...> 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 ... ... ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the mailserver that powers this list at http://www.houseoffusion.com/banners/view.cfm?bannerid=17 Message: http://www.houseoffusion.com/lists.cfm/link=i:21:810 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
