Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
 … an ABNF Parser Generator
Classes | Namespaces | Functions
exp.py File Reference

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)
 

Detailed Description

ApgExp - a RegExp-like pattern matching engine.

Definition in file exp.py.

Python APG, Version 1.0, is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.