Strings
Index Of
Returns the index within the calling String object of the first occurrence of the specified value, starting the search 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