package agrep

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type pattern
val pattern : ?transl:string -> string -> pattern
exception Syntax_error of int
val pattern_string : ?transl:string -> string -> pattern
val string_match : pattern -> ?numerrs:int -> ?wholeword:bool -> string -> bool
val substring_match : pattern -> ?numerrs:int -> ?wholeword:bool -> string -> pos:int -> len:int -> bool
val errors_substring_match : pattern -> ?numerrs:int -> ?wholeword:bool -> string -> pos:int -> len:int -> int
module Iso8859_15 : sig ... end