| Home | Trees | Indices | Help |
|---|
|
|
USA-specific Form helpers
|
|||
| USZipCodeField | |||
| USPhoneNumberField | |||
|
USSocialSecurityNumberField A United States Social Security number. |
|||
|
USStateField A form field that validates its input is a U.S. |
|||
|
USStateSelect A Select widget that uses a list of U.S. |
|||
|
|||
phone_digits_re = re.compile(r'^(?:1-?)?(\d{3})[-\.]?(\d{3})[-
|
|||
ssn_re = re.compile(r"^(?P<area>\d{3})[-\ ]?(?P<group>\d{2})[-
|
|||
|
|||
phone_digits_re
|
ssn_re
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 17 18:52:13 2008 | http://epydoc.sourceforge.net |