al_ustr_ltrim_ws
bool al_ustr_ltrim_ws(ALLEGRO_USTR *us)
Introduced in 5.0.0
Remove leading whitespace characters from a string, as defined by the C function isspace()
.
Returns true on success, or false if the function was passed an empty string.
See also: al_ustr_rtrim_ws, al_ustr_trim_ws
Examples: ex_utf8