Module StrExtra.Extra.Bool (.ml)


module Bool: sig .. end
Boolean versions of matching heuristics (true stands for <>None).

val match_frame : Str.regexp -> string -> int * int -> bool
Boolean version of the heuristic match_frame.
val match_whole : Str.regexp -> string -> bool
Boolean version of the heuristic match_whole.
val match_string : string -> string -> bool
Boolean version of the heuristic match_string.