Find

find [<list/string>] [<item/string>]

Finds the position of a list item or string in a list or string.

Parameters:

  1. The list or string to find the index of a value in.
  2. The item or substring to find inside the list or string.

Returns: The index of the found item.