Loading docs/manual/expr.xml +6 −0 Original line number Diff line number Diff line Loading @@ -352,6 +352,12 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" <tr><td><code>>=</code></td> <td></td> <td>String greater than or equal</td></tr> <tr><td><code>=~</code></td> <td></td> <td>String matches the regular expression</td></tr> <tr><td><code>!~</code></td> <td></td> <td>String does not match the regular expression</td></tr> <tr><td><code>-eq</code></td> <td><code>eq</code></td> <td>Integer equality</td></tr> Loading Loading
docs/manual/expr.xml +6 −0 Original line number Diff line number Diff line Loading @@ -352,6 +352,12 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" <tr><td><code>>=</code></td> <td></td> <td>String greater than or equal</td></tr> <tr><td><code>=~</code></td> <td></td> <td>String matches the regular expression</td></tr> <tr><td><code>!~</code></td> <td></td> <td>String does not match the regular expression</td></tr> <tr><td><code>-eq</code></td> <td><code>eq</code></td> <td>Integer equality</td></tr> Loading