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