strHasSuffix
fn
bool strHasSuffix(string str, string suffix)Looks whether a string ends with suffix.
Parameters
str | a string to look in |
suffix | the suffix to look for |
Returns
true if str ends with suffix, false otherwise