Skip to content

Commit

Permalink
Update documentation.html
Browse files Browse the repository at this point in the history
Removed errant test
  • Loading branch information
Flamenco committed Mar 30, 2024
1 parent 3178286 commit 8b7c8c4
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions docs/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -836,19 +836,10 @@ <h3 id="grammar-syntax-and-semantics-parsing-expression-types">Parsing Expressio
<dt><code>!.</code>(BANG DOT)</dt>

<dd>
<p>Match END OF INPUT</p>
<div class="example">
<div>
<div><em>Example:</em> <code>any = !.</code></div>
<div><em>Matches:</em> <code>""</code></div>
<div><em>Does not match:</em> <code>"f"</code></div>
</div>
<div class="try">
<em>Try it:</em>
<input type="text" value="" class="exampleInput" name="any">
<div class="result"></div>
</div>
</div>
<p>Match END OF INPUT. This will match an empty input
or no remaining characters in the input. This should NOT
be placed inside a character set or quote. For example <code>"OK" !.</code>
will test for end of input after the string "OK".</p>
</dd>

<dt><code>[<em>characters</em>]</code></dt>
Expand Down

0 comments on commit 8b7c8c4

Please sign in to comment.