This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-04-18 20:41:22 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
531c429cd1663163c401164cec3a087b5edb60cf
openide
/
python
/
testData
/
regexp
/
braceCommaN.py
Dmitry Jemerov
ef65985dff
Python regexp syntax allows omitting numbers in quantifiers (PY-8304)
2013-01-30 18:52:59 +01:00
3 lines
32 B
Python
Raw
Blame
History
import
re
re
.
compile
(
r
'
\
d
{
,4}
'
)
Reference in New Issue
View Git Blame
Copy Permalink