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

Classes

class  Result
 A class for returning the results of a pattern match. More...
 
class  ApgExp
 The ApgExp class provides a pattern-matching engine similar to JavaScript's RegExp More...
 

Functions

def replace_special_chars (replacement, result)
 

Function Documentation

◆ replace_special_chars()

def apg_py.exp.exp.replace_special_chars (   replacement,
  result 
)

Definition at line 589 of file exp.py.

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