Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Go to the source code of this file.
Data Structures | |
class | Scanner |
Namespaces | |
sre | |
Constant Groups | |
sre | |
Functions | |
def | match |
def | search |
def | sub |
def | subn |
def | split |
def | findall |
def | finditer |
def | compile |
def | purge |
def | template |
def | escape |
Variables | |
list | __all__ |
string | __version__ = "2.2.1" |
I = sre_compile.SRE_FLAG_IGNORECASE | |
L = sre_compile.SRE_FLAG_LOCALE | |
U = sre_compile.SRE_FLAG_UNICODE | |
M = sre_compile.SRE_FLAG_MULTILINE | |
S = sre_compile.SRE_FLAG_DOTALL | |
X = sre_compile.SRE_FLAG_VERBOSE | |
T = sre_compile.SRE_FLAG_TEMPLATE | |
DEBUG = sre_compile.SRE_FLAG_DEBUG | |
error = sre_compile.error | |
dictionary | _cache = {} |
dictionary | _cache_repl = {} |
tuple | _pattern_type = type(sre_compile.compile("", 0)) |
int | _MAXCACHE = 100 |