.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_ustr_remove_range" "3" "" "Allegro reference manual" .SH NAME al_ustr_remove_range \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_ustr_remove_range(ALLEGRO_USTR *us, int start_pos, int end_pos) .EE .SH DESCRIPTION Remove the interval [\f[CR]start_pos\f[R], \f[CR]end_pos\f[R]) from a string. \f[CR]start_pos\f[R] and \f[CR]end_pos\f[R] are byte offsets. Both may be past the end of the string but cannot be less than 0 (the start of the string). .PP Returns true on success, false on error. .SH SEE ALSO al_ustr_remove_chr(3), al_ustr_truncate(3)