apoc.text.indexOf
Syntax |
|
||
Description |
Returns the first occurrence of the lookup |
||
Arguments |
Name |
Type |
Description |
|
|
The string to search for the lookup string in. |
|
|
|
The lookup string to search for in the given string. |
|
|
|
The index at which to start the search. The default is: |
|
|
|
The index at which to stop the search. The default is: |
|
Returns |
|