package fuzzy_match

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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] .

OCaml

Innovation. Community. Security.