quote:
Originally posted by Ezra
Little regex without the alt thingy you wanted, i'm sure you or someone else can make that work for you
Regex:
code:
<img src=\"(.*)"\salt=\"(.*)" />(.*)
Replacement string:
code:
<a href=\"\1\">\2</a>\3
thanks alot, but what if there is no alt at all? then the filename should be there (like image001.jpg or so)