index Of
open fun indexOf(value: Expression<*>, array: Expression<List<*>>, start: Expression<Number>? = null): Expression<Number>
Returns the first position at which an item can be found in an array or a substring can be found in a string, or -1 if the input cannot be found. Accepts an optional index from where to begin the search. In a string, a UTF-16 surrogate pair counts as a single position.