Home | Trees | Indices | Help |
---|
|
object --+ | Field --+ | String --+ | Pattern --+ | Zip
>>> zip = Zip('dummy') >>> zip.validate('94043') True >>> zip.validate('abCD123') True >>> zip.validate('123*') != True True >>> zip.validate('E6 1EX') True
>>> zip_pattern = Zip('dummy', complete=False) >>> zip_pattern.validate('SW*') True
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Sun Sep 7 23:26:45 2008 | http://epydoc.sourceforge.net |