1al_ustr_remove_range(3)                                al_ustr_remove_range(3)
2
3
4

NAME

6       al_ustr_remove_range - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_ustr_remove_range(ALLEGRO_USTR *us, int start_pos, int end_pos)
12

DESCRIPTION

14       Remove  the interval [start_pos, end_pos) from a string.  start_pos and
15       end_pos are byte offsets.  Both may be past the end of the  string  but
16       cannot be less than 0 (the start of the string).
17
18       Returns true on success, false on error.
19

SEE ALSO

21       al_ustr_remove_chr(3), al_ustr_truncate(3)
22
23
24
25Allegro reference manual                               al_ustr_remove_range(3)
Impressum