Function CSTL_wstring_rfind_str

Source
pub unsafe extern "C" fn CSTL_wstring_rfind_str(
    instance: CSTL_WideStringCRef,
    other: CSTL_WideStringCRef,
    off: usize,
) -> usize
Expand description

Find the last before offset off substring equal to the string other and return its position from the start of the original string.

If no match is found CSTL_string_npos is returned.