Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value | Utf8 | The string to search within. |
search | Utf8 | The substring to find. |
Return Value
Returns an Integer representing the 0-based index of the first occurrence of the substring, or -1 if not found.
Examples
$ Find index of substring
