Function mupdf_sys::fz_is_page_range[][src]

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

Check and parse string into page ranges: ( ‘,’? ([0-9]+|‘N’) ( ‘-’ ([0-9]+|N) )? )+