cf_string_suffix¶
Category: string
GitHub: cute_string.h
Returns true if the string ends with the given suffix.
| Parameters | Description |
|---|---|
s |
The string. |
suffix |
The suffix to test. |
Return Value¶
Returns true if s ends with suffix.
Remarks¶
Shortform: ssuffix(s, suffix).