index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
a131.py
blob: 5cebe72b817bdd118785ac87c91a1bfd5c24e601 (
plain
)
1
2
3
import
re
def
replace_specialchar
(
text
):
return
(
re
.
sub
(
"[ ,.]"
,
":"
,
text
))