[thelist] regular expressions in homesite or dreamweaver?

David Kaufman david at gigawatt.com
Fri Aug 22 06:14:43 CDT 2003


Stuart Young <syoung at unitec.ac.nz> wrote:

> genyus at ingenyus.net suggested:
>> Search for:[...]
>> Replace with: href="$1"
>
> once I made sure I ticked Regular expressions on !! :-)
> this worked, but it replaced the URL with $1  !!

actually you should replace with \1 (not $1).  this is one of the ways
homesite's regexps are different from "real" regexps :-)

-dave



More information about the thelist mailing list