名前¶
Email::Valid::Loose - アットマークの前にドットを許す Email::Valid
概要¶
use Email::Valid::Loose;
# same as Email::Valid
my $addr = '[email protected]';
my $is_valid = Email::Valid::Loose->address($addr);
説明¶
Email::Valid::Loose is a subclass of Email::Valid, which allows . (dot) before @ (at-mark). It is invalid in RFC822, but is commonly used in some of mobile phone addresses in Japan (like docomo.ne.jp or jp-t.ne.jp).
Email::Valid::Loose は @(アットマーク)の前に .(ドット)がくる ことを許した Email::Valid のサブクラスです。これは、RFC822 では 不正です。しかし、(docomo.ne.jp や jp-t.ne.jp のような)日本の いくつかの携帯電話のメールアドレスで普通に使われています。
IMPLEMENTATION¶
This module overrides rfc822
method in Email::Valid.
このモジュールは Email::Valid の rfc822
メソッドを上書きします。
作者¶
Tatsuhiko Miyagawa <[email protected]>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO¶
Email::Valid, Mail::Address::MobileJp
翻訳について¶
翻訳者:IWAI, Masaharu <[email protected]>
Perlドキュメント日本語訳 Project にて、 Perlモジュール、ドキュメントの翻訳を行っております。
http://sourceforge.jp/projects/perldocjp/
http://www.freeml.com/ctrl/html/MLInfoForm/[email protected]
http://perldoc.jp/