Package orm2 :: Module validators :: Class email_validator
[hide private]
[frames] | no frames]

Class email_validator

source code

validator --+    
            |    
 re_validator --+
                |
               email_validator
Known Subclasses:
idna_email_validator

Check if the value is a valid e-Mail Address using a regular expression. Note that the re will not match un-encoded idna Domains, but it will work on Unicode strings.

Instance Methods [hide private]
  __init__(self)

Inherited from re_validator: check


Method Details [hide private]

__init__(self)
(Constructor)

source code 
None
Overrides: re_validator.__init__