package fuzzy_match

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