1al_ustr_find_replace(3) al_ustr_find_replace(3)
2
3
4
6 al_ustr_find_replace - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 bool al_ustr_find_replace(ALLEGRO_USTR *us, int start_pos,
12 const ALLEGRO_USTR *find, const ALLEGRO_USTR *replace)
13
15 Replace all occurrences of find in us with replace, beginning at byte
16 offset start_pos. The find string must be non-empty. Returns true on
17 success, false on error.
18
20 al_ustr_find_replace_cstr(3)
21
22
23
24Allegro reference manual al_ustr_find_replace(3)