| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Validator --+
|
IS_LOWER
convert to lower case
>>> IS_LOWER()('ABC') ('abc', None) >>> IS_LOWER()('Ñ') ('\xc3\xb1', None)
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 14 15:17:07 2013 | http://epydoc.sourceforge.net |