$pattern = '=(.)<a(.)href\="?(\S+)"([>])>(.)</a>(.*)$=msi';
This one can be used to get all links out of a document but how can i change this so i'll get only the email-adresses.
(anywhere "mailto" should be included in the string or not?)
Thanks,
Gordon