endswith
Returns true if the value strings ends with the suffx string or both strings
are equal and false otherwise.
endswith(value, prefix)
Returns true if the value strings ends with the suffx string or both strings
are equal and false otherwise.
endswith(value, prefix)