New INDEX_OF Function


We've added a new function that returns the first index at which a given element or substring can be found in an array or string, respectively. The INDEX_OF function returns NULL if the specified element is not present.

For more information, see our documentation.