al_ustr_has_suffix
bool al_ustr_has_suffix(const ALLEGRO_USTR *us1, const ALLEGRO_USTR *us2)
Introduced in 5.0.0
Returns true iff us1
ends with us2
.
See also: al_ustr_has_suffix_cstr, al_ustr_has_prefix
Examples: ex_utf8
bool al_ustr_has_suffix(const ALLEGRO_USTR *us1, const ALLEGRO_USTR *us2)
Introduced in 5.0.0
Returns true iff us1
ends with us2
.
See also: al_ustr_has_suffix_cstr, al_ustr_has_prefix
Examples: ex_utf8