mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
3 lines
32 B
Python
3 lines
32 B
Python
import re
|
|
re.compile(r'\d{,4}')
|