| Home | Trees | Indices | Help |
|
|---|
|
|
This file is part of web2py Web Framework (Copyrighted, 2007) Developed by Massimo Di Pierro <mdipierro@cs.depaul.edu> Thanks to ga2arch for help with IS_IN_DB and IS_NOT_IN_DB on GAE License: GPL v2
|
|||
|
IS_MATCH example: |
|||
|
IS_EXPR example: |
|||
|
IS_LENGTH example: |
|||
|
IS_IN_SET example: |
|||
|
IS_IN_DB example: |
|||
|
IS_NOT_IN_DB example: |
|||
|
IS_INT_IN_RANGE example: |
|||
|
IS_FLOAT_IN_RANGE example: |
|||
|
IS_NOT_EMPTY example: |
|||
|
IS_ALPHANUMERIC example: |
|||
|
IS_EMAIL example: |
|||
|
IS_URL example: |
|||
|
IS_TIME example: |
|||
|
IS_DATE example: |
|||
|
IS_DATETIME example: |
|||
| IS_LIST_OF | |||
| IS_LOWER | |||
| IS_UPPER | |||
| IS_NULL_OR | |||
|
CLEANUP example: |
|||
|
CRYPT example: |
|||
|
|||
have_hashlib = True
|
|||
regex1 = re.compile(r'
|
|||
regex2 = re.compile(r'%\(
|
|||
regex_time = re.compile(r'
|
|||
|
|||
regex_time
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Nov 10 12:14:37 2008 | http://epydoc.sourceforge.net |