Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Description
Returns the position of the first occurrence of a search string in a string field, when searching forward from the start index.Syntax
INDEXOF(string, search_string, start_index)
Arguments
string - string expression search_string - string expression to search for start_index - integer index to start the search (string index starts at 0).Examples
INDEXOF('What wonderful weather in a wonderful world','wonderful',15) returns 28.