Looks whether a string ends with suffix.
a string to look in
the suffix to look for
true if str ends with suffix, false otherwise
Looks whether a string ends with suffix.