package fuzzy_match

  1. Overview
  2. Docs
Libraries for fuzzy string matching

Install

Dune Dependency

Authors

Maintainers

Sources

fuzzy_match-v0.16.0.tar.gz
sha256=4a175c1df53f1b93cc69ff01d5cd1e02726611808df696e493aebe47c4fdeb67

doc/fuzzy_match.search/Fuzzy_search/For_testing/index.html

Module Fuzzy_search.For_testingSource

Sourceval 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.