mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
15 lines
612 B
ReasonML
15 lines
612 B
ReasonML
^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
|