FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
MagicPython/test/regexp/quantifiers2.re at master · MagicStack/MagicPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
MagicStack
/
MagicPython
Public
Notifications
You must be signed in to change notification settings
Fork
98
Star
1.4k
Code
Issues
65
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
MagicPython
/
test
/
regexp
/
quantifiers2.re
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (11 loc) · 612 Bytes
Breadcrumbs
MagicPython
/
test
/
regexp
/
quantifiers2.re
Copy path
File metadata and controls
14 lines (11 loc) · 612 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
^a{
10
}b{,
10
}c{
10
,}d{
10
,
100
}$
^ : source.regexp.python, support.other.match.begin.regexp
a : source.regexp.python
{
10
} : keyword.
operator
.quantifier.regexp, source.regexp.python
b : source.regexp.python
{,
10
} : keyword.
operator
.quantifier.regexp, source.regexp.python
c : source.regexp.python
{
10
,} : keyword.
operator
.quantifier.regexp, source.regexp.python
d : source.regexp.python
{
10
,
100
} : keyword.
operator
.quantifier.regexp, source.regexp.python
$ : source.regexp.python, support.other.match.end.regexp
Back
|
FazBrowse Home
|
New Git URL