| re | index /usr/lib/python2.2/re.py |
Minimal "re" compatibility wrapper
| Data | ||
| DOTALL = 16 I = 2 IGNORECASE = 2 L = 4 LOCALE = 4 M = 8 MULTILINE = 8 S = 16 U = 32 UNICODE = 32 VERBOSE = 64 X = 64 __all__ = ['match', 'search', 'sub', 'subn', 'split', 'findall', 'compile', 'purge', 'template', 'escape', 'I', 'L', 'M', 'S', 'X', 'U', 'IGNORECASE', 'LOCALE', 'MULTILINE', 'DOTALL', ...] __file__ = '/usr/lib/python2.2/re.pyc' __name__ = 're' engine = 'sre' | ||