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 last occurrence of a search string in a string field, when searching backward from the end of the string.Syntax
LAST_INDEX_OF(string, search_string)
Arguments
string - string expression to search in search_string - string expression to search forExamples
LAST_INDEX_OF('Ventura Beach,93009,CA',',') returns 19