package camomile

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type text
type index
type compiled_regexp
module SubText : sig ... end
val compile : regexp -> compiled_regexp
val regexp_match : ?sem:CamomileLibrary.URe.match_semantics -> compiled_regexp -> text -> index -> SubText.t option array option
val string_match : compiled_regexp -> text -> index -> bool
val search_forward : ?sem:CamomileLibrary.URe.match_semantics -> compiled_regexp -> text -> index -> SubText.t option array option