Module UReStr.MakeSource

Parameters

Signature

Sourcetype text = Text.t
Sourcetype index = Text.index
Sourcetype compiled_regexp
Sourcemodule SubText : sig ... end
Sourceval compile : regexp -> compiled_regexp
Sourceval regexp_match : ?sem:CamomileLibrary.URe.match_semantics -> compiled_regexp -> text -> index -> SubText.t option array option
Sourceval string_match : compiled_regexp -> text -> index -> bool
Sourceval search_forward : ?sem:CamomileLibrary.URe.match_semantics -> compiled_regexp -> text -> index -> SubText.t option array option