Strings
Ends With
Determines whether a string ends with the characters of another string, returning true or false as appropriate
Inputs
- string: String to search in (required)searchValue: Value to search for (required)fromIndex: Index to start searching from (required)
Outputs
- value: Result