So do you think it would also work in the Extended-Search/Replace-Menu
in Studio or do I have to write a little cfm for that?


Patric Stumpe
mail: [EMAIL PROTECTED]

DA> It is a backreference to remembered text (enclosed in parens) in the 
DA> first term (you can have up to 9 such items \1, \2... corresponding 
DA> to 9 sets of parens

DA> So:

DA>      'a href="([a-z0-9])', 'a href="../\1'               ========                =
DA>                    |                    |
DA>                    |                    |
DA>                    |                    |
DA>                remembered              replaced with remembered

DA> The "remembered" text, in this case is"

DA>     any letter or number following    a href="

DA> Dick
______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to