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
/
unparsable_programs
/
a305.py
blob: a438797ea8370b99e3f144bfe15e04a116d156f0 (
plain
)
1
2
3
import re def extract_date(url): return re.findall(r'/(\d{4})/(\d{1,2})/(\d{1,2})/', url)