Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dreamweaver Regular Expressions

Status
Not open for further replies.

ice7899

Programmer
May 14, 2006
59
0
0
GB
Need help with dreamweaver regular expressions as part of the find and replace function.
I'm trying to work out 1 Dreamweaver MX regular expression to convert the following.

WHERE CategoryID = #Val(ARGUMENTS.CategoryID)#

or

WHERE AdID = #Val(ARGUMENTS.AdID)#

To.........

WHERE CategoryID = <cfqueryparam value="#Val(ARGUMENTS.CategoryID#" cfsqltype="cf_sql_numeric">

or

WHERE AdID = <cfqueryparam value="#Val(ARGUMENTS.AdID#" cfsqltype="cf_sql_numeric">

etc

I've tried a number of formulas but they're not working
 
As I mentioned to you last week, please post CF questions in the CF forum (forum232)

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top