$_ = ''; $_ = ''; if (/^.*(?:mailto:)([^>]*)?"?>.*$/) {print "MATCH - ($1)";} else {print "DONT MATCH";}