git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111963
13f79535-47bb-0310-9956-
ffa450edef68
<tr><th>Character</th><th>Description</th></tr>
<tr><td><em>(none)</em></td><td>exact match</td></tr>
<tr><td><code>$</code></td><td>substring match</td></tr>
- <tr><td><code>/</code></td><td>regexp match (delimited by a second <code>/</code></td></tr>
+ <tr><td><code>/</code></td><td>regexp match (delimited by a second <code>/</code>)</td></tr>
<tr><td><code>=</code></td><td>integer equality</td></tr>
<tr><td><code><</code></td><td>integer less-than</td></tr>
<tr><td><code><=</code></td><td>integer less-than or equal</td></tr>