INDEX_OF
Description
Syntax
INDEX_OF(collection, value)Example with a list
INDEX_OF(['red', 'green', 'blue'], 'green')Example with a string
INDEX_OF('Hello World', 'World')Example when not found
INDEX_OF(['a', 'b', 'c'], 'z')Last updated
Was this helpful?
