Tests if a string ends with a specific suffix. Takes str (string to test), suffix (suffix to check for). Returns 1 if str ends with suffix, otherwise returns 0.
str
String
suffix
String
; No example implemented yet