int has_suffix(string s, string suffix)
Returns 1 if the string s ends with suffix , returns 0 (zero) otherwise.
1
0
has_prefix() , has_value() , search()