tokenize

Function tokenize 

Source
pub unsafe extern "C" fn tokenize(
    input: *const c_char,
    case_sensitive: c_int,
) -> *mut *mut RofiIntMatcher
Expand description

Tokenize the string on spaces.

Returns a newly allocated array of matching objects.