package fuzzy_match

  1. Overview
  2. Docs
Libraries for fuzzy string matching

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=33c0511fd8feba43b7904c6a9a0b9ccae77f9ba79e58a8918ef9f8f4d6e2e887

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.