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
/
a355.py
blob: 17669e0306d0e566c4a8f02141462ca0dd4ff1c3 (
plain
)
1
2
3
import
re
def
split_list
(
text
):
return
(
re
.
findall
(
'[A-Z][^A-Z]*'
,
text
))