in reply to How to extract an email address from a mailto URL?
check (e.g. grep) for lines, which contain 'mailto:' (be more specific if you like to; match the 'href' ...);
use Regexp::Common together with Regexp::Common::Email::Address to identify the mail address in matching lines
PS: Don't remove your original question here.
update
|
|---|