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
/
a378.py
blob: 7f7dfbae7e130d57400bf267ee17b3164499f976 (
plain
)
1
2
3
import re def split_lowerstring(text): return (re.findall('[a-z][^a-z]*', text))