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

Demonstrates including or excluding specific pattern rules in the result. More...

Go to the source code of this file.

Namespaces

 examples.exp.rules
 

Variables

string examples.exp.rules.title
 
string examples.exp.rules.pattern
 
string examples.exp.rules.header = 'RESULT'
 
int examples.exp.rules.testno = 0
 
 examples.exp.rules.exp = ApgExp(pattern)
 
string examples.exp.rules.input = '(999)555-1234'
 
 examples.exp.rules.result = exp.exec(input)
 

Detailed Description

Demonstrates including or excluding specific pattern rules in the result.

Definition in file rules.py.

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