.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_ustr_find_replace_cstr" "3" "" "Allegro reference manual" .SH NAME al_ustr_find_replace_cstr \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_ustr_find_replace_cstr(ALLEGRO_USTR *us, int start_pos, const char *find, const char *replace) .EE .SH DESCRIPTION Like al_ustr_find_replace(3) but takes C\-style strings for \f[CR]find\f[R] and \f[CR]replace\f[R].