Regexp::Common::Email::Address - phpMan

Command: man perldoc info search(apropos)  


Regexp::Common::Email::Address(User Contributed Perl DocumentaRegexp::Common::Email::Address(3pm)

NAME
       Regexp::Common::Email::Address - Returns a pattern for Email Addresses

SYNOPSIS
         use Regexp::Common qw[Email::Address];
         use Email::Address;

         while (<>) {
             my (@found) = /($RE{Email}{Address})/g;
             my (@addrs) = map $_->address,
                               Email::Address->parse("@found");
             print "X-Addresses: ",
                   join(", ", @addrs),
                   "\n";
         }

DESCRIPTION
   $RE{Email}{Address}
       Provides a regex to match email addresses as defined by RFC 2822. Under "{-keep}", the
       entire match is kept as $1. If you want to parse that further then pass it to
       "Email::Address->parse()". Don't worry, it's fast.

SEE ALSO
       Email::Address, Regexp::Common, perl.

AUTHOR
       Casey West, <casey AT geeknest.com>.

COPYRIGHT
         Copyright (c) 2005 Casey West.  All rights reserved.
         This module is free software; you can redistribute it and/or modify it
         under the same terms as Perl itself.

perl v5.26.2                                2018-08-22        Regexp::Common::Email::Address(3pm)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-12-12 19:41 @18.188.218.103 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!