mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
19 lines
821 B
ReasonML
19 lines
821 B
ReasonML
^a+b*c?d*?e+?f??$
|
|
|
|
|
|
|
|
^ : source.regexp.python, support.other.match.begin.regexp
|
|
a : source.regexp.python
|
|
+ : keyword.operator.quantifier.regexp, source.regexp.python
|
|
b : source.regexp.python
|
|
* : keyword.operator.quantifier.regexp, source.regexp.python
|
|
c : source.regexp.python
|
|
? : keyword.operator.quantifier.regexp, source.regexp.python
|
|
d : source.regexp.python
|
|
*? : keyword.operator.quantifier.regexp, source.regexp.python
|
|
e : source.regexp.python
|
|
+? : keyword.operator.quantifier.regexp, source.regexp.python
|
|
f : source.regexp.python
|
|
?? : keyword.operator.quantifier.regexp, source.regexp.python
|
|
$ : source.regexp.python, support.other.match.end.regexp
|