in reply to Re^3: Practical e-mail address validation (flex)
in thread Practical e-mail address validation
You appear to mean "directly before the @". Thanks for the clarification. Email::Valid::Loose further clarifies:
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).
So the items identified so far:
- tye
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Practical e-mail address validation (flexes)
by Limbic~Region (Chancellor) on Sep 13, 2008 at 20:36 UTC |