fuzzy_match.search
Fuzzy_search.For_testing
fuzzy_match.match
val find_start_end_indices : query:string -> item:string -> unit -> (int * int) option
When a match is found, returns Some (start, end) for word item[start..end-1] .
Some (start, end)
item[start..end-1]