diff --git a/Help/command/string.rst b/Help/command/string.rst index bc4399c05bf82142db1776cc5d5334163dd34562..20f8094d4cab645750ad1b9e609f9c415a1628b0 100644 --- a/Help/command/string.rst +++ b/Help/command/string.rst @@ -96,7 +96,7 @@ random number generator. ``FIND`` will return the position where the given substring was found in the supplied string. If the ``REVERSE`` flag was used, the command will search for the position of the last occurrence of the specified -substring. +substring. If the substring is not found, a position of -1 is returned. The following characters have special meaning in regular expressions: