Strings
Last Index Of
Returns the index within the calling String object of the last occurrence of the specified value, or -1 if not found. The calling string is searched backward, starting at fromIndex
Inputs
- string: String to search in (required)searchValue: Value to search for (required)fromIndex: Index to start searching from (required)
Outputs
- value: Index