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

Demonstrates the use of the split() function. More...

Go to the source code of this file.

Namespaces

 examples.exp.split
 

Variables

string examples.exp.split.title
 
string examples.exp.split.pattern = 'start = %s"The entire string."\n'
 
string examples.exp.split.pat = 'PATTERN'
 
string examples.exp.split.header = 'RESULT'
 
int examples.exp.split.testno = 0
 
 examples.exp.split.exp = ApgExp(pattern)
 
string examples.exp.split.input = ''
 
 examples.exp.split.result = exp.split(input)
 

Detailed Description

Demonstrates the use of the split() function.

Definition in file split.py.

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