package camomile

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

type text = Text.t
type index = Text.index
type compiled_regexp
module SubText : sig ... end
val compile : regexp -> compiled_regexp
val regexp_match : ?sem:URe.match_semantics -> compiled_regexp -> text -> index -> SubText.t option array option
val string_match : compiled_regexp -> text -> index -> bool
val search_forward : ?sem:URe.match_semantics -> compiled_regexp -> text -> index -> SubText.t option array option