When using Studio's Extended Replace with regular expressions, how do you
do backreferencing so that you can reference matched text in your
replacement expression?  For example:

Find
--------------
<input type="text" name="([^"]*)"> value="">


Replace ?????
--------------
<input type="text" name="$1" value="#form.$1#">


Jim




------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to