[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/MagicStack/MagicPython/master/test/regexp/quantifiers2.re [Back]  [Original]

^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

Web Proxy Viewer  |  New URL  |  Original Page