Demonstrates using the pattern matching flags. More...
Go to the source code of this file.
Namespaces | |
examples.exp.flags | |
Variables | |
string | examples.exp.flags.title |
string | examples.exp.flags.pattern = 'start = "abc"\n' |
string | examples.exp.flags.input_global = '---abc===ABC---' |
string | examples.exp.flags.input_sticky = '---abcABC---' |
string | examples.exp.flags.header = 'RESULT' |
int | examples.exp.flags.testno = 0 |
examples.exp.flags.exp = ApgExp(pattern, 'g') | |
string | examples.exp.flags.input = input_global |
examples.exp.flags.result = exp.exec(input) | |
examples.exp.flags.last_index | |
Demonstrates using the pattern matching flags.
Definition in file flags.py.