Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
regex_syntax.py File Reference

Go to the source code of this file.

Namespaces

 regex_syntax
 

Constant Groups

 regex_syntax
 

Variables

int RE_NO_BK_PARENS = 1
 
int RE_NO_BK_VBAR = 2
 
int RE_BK_PLUS_QM = 4
 
int RE_TIGHT_VBAR = 8
 
int RE_NEWLINE_OR = 16
 
int RE_CONTEXT_INDEP_OPS = 32
 
int RE_ANSI_HEX = 64
 
int RE_NO_GNU_EXTENSIONS = 128
 
tuple RE_SYNTAX_AWK = (RE_NO_BK_PARENS | RE_NO_BK_VBAR | RE_CONTEXT_INDEP_OPS)
 
tuple RE_SYNTAX_EGREP = (RE_SYNTAX_AWK | RE_NEWLINE_OR)
 
tuple RE_SYNTAX_GREP = (RE_BK_PLUS_QM | RE_NEWLINE_OR)
 
int RE_SYNTAX_EMACS = 0