I see nobody answered this. You've probably figured it out by now, but what
the hell. My knowledge of regexp is flaky, so be warned.
> 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:
You use \1
If you have more than one set of {} then you can use \2 etc.
If I understood your example then
> Replace ?????
> --------------
> <input type="text" name="\1" value="#form.\1#">
But that's ignoring the fact there's a whole bunch of special characters in
there.
Regards,
Matthew Walker
Electric Sheep Web Co.
http://www.electricsheep.co.nz/
--
Tel +64-3-374 2137
Fax +64-3-377 7930
P O Box 13-907, Armagh
Christchurch 8031
New Zealand
------------------------------------------------------------------------------
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.