reCompiler¶
Module re_compile – compile a regular expression into an FSA
To Do¶
- New features:
- add -, ~
- add remaining metachars
- char set with ^ as first char will print wrong
- figure out when to print spaces between operators
-
class
reCompiler.
RECompiler
(str, recordSourcePositions=0)[source]¶ Bases:
reCompiler.SymbolRECompiler