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