Function mupdf_sys::fz_is_page_range

source ยท
pub unsafe extern "C" fn fz_is_page_range(
    ctx: *mut fz_context,
    s: *const c_char
) -> c_int
Expand description

Check and parse string into page ranges: /,?(-?\d+|N)(-(-?\d+|N))?/