Skip to content
Snippets Groups Projects
Commit 6c3d0e9a authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'doc-string-FIND-failure-case'

fe2e503e Help: Document string(FIND) return value when no match is found
parents 8515f26a fe2e503e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment