diff options
Diffstat (limited to 'Help/command/if.rst')
-rw-r--r-- | Help/command/if.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/if.rst b/Help/command/if.rst index 2a087d0..f0a9588 100644 --- a/Help/command/if.rst +++ b/Help/command/if.rst @@ -103,7 +103,7 @@ Possible expressions are: ``if(<variable|string> MATCHES regex)`` True if the given string or variable's value matches the given regular - expression. + expression. See :ref:`Regex Specification` for regex format. ``if(<variable|string> LESS <variable|string>)`` True if the given string or variable's value is a valid number and less |