Functions | |
def | fn (input, result) |
Variables | |
string | title |
string | pattern |
string | header = 'RESULT' |
int | testno = 0 |
exp = ApgExp(pattern) | |
string | input = '---abc___xyz+++' |
string | repl = '555' |
result = exp.replace(input, repl) | |
def examples.exp.replace.fn | ( | input, | |
result | |||
) |
Definition at line 88 of file replace.py.
Definition at line 34 of file replace.py.
string examples.exp.replace.header = 'RESULT' |
Definition at line 30 of file replace.py.
string examples.exp.replace.input = '---abc___xyz+++' |
Definition at line 35 of file replace.py.
string examples.exp.replace.pattern |
Definition at line 20 of file replace.py.
string examples.exp.replace.repl = '555' |
Definition at line 36 of file replace.py.
Definition at line 37 of file replace.py.
int examples.exp.replace.testno = 0 |
Definition at line 31 of file replace.py.
string examples.exp.replace.title |
Definition at line 12 of file replace.py.