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) | |
Demonstrates the use of the split() function.
Definition in file split.py.