Description Usage Arguments Value See Also Examples
Find string in another string (without regular expressions), returns indices of all occurences.
1 | str_find(string, patternNoRegex)
|
string |
string in which we try to find something |
patternNoRegex |
string we want to find, "as it is" - no regular exprressions |
indices of all occurences (1
= 1st character)
str_find1
, str_contains
, isString
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.