Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Go to the source code of this file.
Namespaces | |
HTMLParser | |
Constant Groups | |
HTMLParser | |
Variables | |
tuple | interesting_normal = re.compile('[&<]') |
tuple | interesting_cdata = re.compile(r'<(/|\Z)') |
tuple | incomplete = re.compile('&[a-zA-Z#]') |
tuple | entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') |
tuple | charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]') |
tuple | starttagopen = re.compile('<[a-zA-Z]') |
tuple | piclose = re.compile('>') |
tuple | commentclose = re.compile(r'--\s*>') |
tuple | tagfind = re.compile('[a-zA-Z][-.a-zA-Z0-9:_]*') |