瀏覽代碼

Help: Document string(FIND) return value when no match is found

James Johnston 10 年之前
父節點
當前提交
fe2e503ea4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Help/command/string.rst

+ 1 - 1
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: