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
/
a583.py
blob: d9f40c75fa2de72a960f02ddc59efc01421fe02c (
plain
)
1
2
3
import
re
def
replace_max_specialchar
(
text
,
n
):
return
(
re
.
sub
(
"[ ,.]"
,
":"
,
text
,
n
))