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