String Index Of
Returns the index of the first occurrence of a substring, or -1 if not found.
Pure Function
Yes
Execute Inputs
Execution
INPUTExecution Input.
Data Inputs
Input
INPUTThe string to search in.
Substring
INPUTThe substring to search for.
Data Outputs
Index
OUTPUTinteger
The zero-based index of the first match, or -1 if not found.
Multiple
Settings
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing