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

Class IS_LOWER

source code

object --+    
         |    
 Validator --+
             |
            IS_LOWER

convert to lower case
>>> IS_LOWER()('ABC')
('abc', None)
>>> IS_LOWER()('Ñ')
('\xc3\xb1', None)


Instance Methods [hide private]
 
__call__(self, value) source code

Inherited from Validator: formatter

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

Properties [hide private]

Inherited from object: __class__