Orbits
1
|
Classes | |
class | re.Scanner |
Namespaces | |
namespace | re |
Functions | |
def | re.match |
def | re.search |
def | re.sub |
def | re.subn |
def | re.split |
def | re.findall |
def | re.finditer |
def | re.compile |
def | re.purge |
def | re.template |
def | re.escape |
def | re._compile |
def | re._compile_repl |
def | re._expand |
def | re._subx |
def | re._pickle |
Variables | |
list | re.__all__ |
string | re.__version__ = "2.2.1" |
re.I = sre_compile.SRE_FLAG_IGNORECASE | |
re.L = sre_compile.SRE_FLAG_LOCALE | |
re.U = sre_compile.SRE_FLAG_UNICODE | |
re.M = sre_compile.SRE_FLAG_MULTILINE | |
re.S = sre_compile.SRE_FLAG_DOTALL | |
re.X = sre_compile.SRE_FLAG_VERBOSE | |
re.T = sre_compile.SRE_FLAG_TEMPLATE | |
re.DEBUG = sre_compile.SRE_FLAG_DEBUG | |
re.error = sre_compile.error | |
tuple | re._alphanum |
dictionary | re._cache = {} |
dictionary | re._cache_repl = {} |
tuple | re._pattern_type = type(sre_compile.compile("", 0)) |
int | re._MAXCACHE = 100 |
Copyright 2014 Google Inc. All rights reserved.