.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_ustr_find_replace" "3" "" "Allegro reference manual" .SH NAME al_ustr_find_replace \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_ustr_find_replace(ALLEGRO_USTR *us, int start_pos, const ALLEGRO_USTR *find, const ALLEGRO_USTR *replace) .EE .SH DESCRIPTION Replace all occurrences of \f[CR]find\f[R] in \f[CR]us\f[R] with \f[CR]replace\f[R], beginning at byte offset \f[CR]start_pos\f[R]. The \f[CR]find\f[R] string must be non\-empty. Returns true on success, false on error. .SH SEE ALSO al_ustr_find_replace_cstr(3)