Demonstrates simple matching and testing of patterns in a string. More...
Go to the source code of this file.
Namespaces | |
examples.exp.basic | |
Variables | |
string | examples.exp.basic.title |
string | examples.exp.basic.pattern_ci = 'start = "abc"\n' |
string | examples.exp.basic.pattern_cs = 'start = %s"abc"\n' |
string | examples.exp.basic.input_lower = '---abc===' |
string | examples.exp.basic.input_upper = '---ABC===' |
string | examples.exp.basic.header = 'RESULT' |
int | examples.exp.basic.testno = 0 |
examples.exp.basic.exp = ApgExp(pattern_ci) | |
examples.exp.basic.result = exp.exec(input_lower) | |
Demonstrates simple matching and testing of patterns in a string.
Definition in file basic.py.