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.match/Fuzzy_match/index.html

Module Fuzzy_matchSource

Sourceval is_match : char_equal:(char -> char -> bool) -> pattern:string -> string -> bool

Determines whether a string matches (in the fuzziest sense) a pattern. char_equal can be used to choose between case-sensitivity and case-insensitivity.

OCaml

Innovation. Community. Security.