.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_ustr_find_set" "3" "" "Allegro reference manual" .SH NAME al_ustr_find_set \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] int al_ustr_find_set(const ALLEGRO_USTR *us, int start_pos, const ALLEGRO_USTR *accept) .EE .SH DESCRIPTION This function finds the first code point in \f[CR]us\f[R], beginning from byte offset \f[CR]start_pos\f[R], that matches any code point in \f[CR]accept\f[R]. Returns the position if a code point was found. Otherwise returns \-1. .SH SEE ALSO al_ustr_find_set_cstr(3), al_ustr_find_cset(3)