index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
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))