|
NAMEal_ustr_remove_range - Allegro 5 APISYNOPSIS
DESCRIPTIONRemove the interval [start_pos, end_pos) from a string. start_pos and end_pos are byte offsets. Both may be past the end of the string but cannot be less than 0 (the start of the string).Returns true on success, false on error. SEE ALSOal_ustr_remove_chr(3), al_ustr_truncate(3)
Visit the GSP FreeBSD Man Page Interface. |