ends-with
Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for comparisons.
end-with
Determines whether a string ends with the characters of another string.
start-with
Determines whether a string begins with the characters of another string.