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
/
a436.py
blob: 28ae1ca12382015194fe28545e8dca84ccd46040 (
plain
)
1
2
3
import
re
def
multiple_split
(
text
):
return
(
re
.
split
(
'; |, |\*|
\n
'
,
text
))