Skip to content

Commit

Permalink
Merge topic 'doc-string-FIND-failure-case'
Browse files Browse the repository at this point in the history
fe2e503 Help: Document string(FIND) return value when no match is found
  • Loading branch information
bradking authored and kwrobot committed Jul 31, 2015
2 parents 8515f26 + fe2e503 commit 6c3d0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Help/command/string.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6c3d0e9

Please sign in to comment.