ApgExp - a RegExp-like pattern matching engine. More...
Go to the source code of this file.
Classes | |
class | apg_py.exp.exp.Result |
A class for returning the results of a pattern match. More... | |
class | apg_py.exp.exp.ApgExp |
The ApgExp class provides a pattern-matching engine similar to JavaScript's RegExp More... | |
Namespaces | |
apg_py.exp.exp | |
Functions | |
def | apg_py.exp.exp.replace_special_chars (replacement, result) |
ApgExp - a RegExp-like pattern matching engine.
Definition in file exp.py.