Package gluon :: Module validators :: Class IS_ALPHANUMERIC
[hide private]
[frames] | no frames]

Class IS_ALPHANUMERIC

source code

object --+    
         |    
  IS_MATCH --+
             |
            IS_ALPHANUMERIC

example:

INPUT(_type='text',_name='name',requires=IS_ALPHANUMERIC())

Instance Methods [hide private]
 
__init__(self, error_message='must be alphanumeric!') source code

Inherited from IS_MATCH: __call__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, error_message='must be alphanumeric!')
(Constructor)

source code 
Overrides: IS_MATCH.__init__