Version 1.0
Copyright © 2022 Lowell D. Thomas
Python APG
… an
A
BNF
P
arser
G
enerator
Main Page
Related Pages
Packages
Packages
Package Functions
All
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
x
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
x
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
Classes
Class List
Class Index
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Functions
_
a
c
d
e
f
g
h
i
o
p
r
s
t
u
w
Variables
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
u
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
apg_py
exp
exp
Classes
|
Functions
apg_py.exp.exp Namespace Reference
Classes
class
Result
A class for returning the results of a pattern match.
More...
class
ApgExp
The
ApgExp
class provides a pattern-matching engine similar to JavaScript's
RegExp
More...
Functions
def
replace_special_chars
(replacement, result)
Function Documentation
◆
replace_special_chars()
def apg_py.exp.exp.replace_special_chars
(
replacement
,
result
)
Definition at line
589
of file
exp.py
.
Generated by
1.9.1
Python APG, Version 1.0, is licensed under the
2-Clause BSD License
,
an
Open Source Initiative
Approved License.