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
/
unparsable_programs
/
a693.py
blob: a77dd15f95f5c069ae89148ba9fff72d15cd4b14 (
plain
)
1
2
3
import
re
def
find_char
(
text
):
return
(
re
.
findall
(
r
"\b\w{3,5}\b"
,
text
))