Method has_suffix()
- Method has_suffix
inthas_suffix(strings,stringsuffix)- Description
Returns
1if the stringsends withsuffix, returns0(zero) otherwise.- See also
int has_suffix(string s, string suffix)
Returns 1 if the string s ends with suffix,
returns 0 (zero) otherwise.