We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d485b9 + a0ce511 commit aacd8ddCopy full SHA for aacd8dd
README.md
@@ -481,7 +481,7 @@ An example is shown below.
481
482
```
483
%marker @count
484
-rule <- &{ @count = 0 } ( '#' &{ @count++ } )* &{ @@ = (@count >= 5 && @count <= 10); }
+rule <- &{ @count = 0; } ( '#' &{ @count++; } )* &{ @@ = (@count >= 5 && @count <= 10); }
485
486
487
This matches the string that is a sequence of '#' and its length is either of 5 to 10.
0 commit comments