strHasSuffix
Looks whether a string ends with @suffix.
Return
true if @str ends with @suffix, false otherwise
Since
2.2
Parameters
str
a string to look in
suffix
the suffix to look for
Looks whether a string ends with @suffix.
true if @str ends with @suffix, false otherwise
2.2
a string to look in
the suffix to look for