package zed

  1. Overview
  2. Docs
type t
type match_result = (Zed_rope.Zip.t * Zed_rope.Zip.t) option array option
val compile : CamomileLibrary.URe.regexp -> t
val regexp_match : ?sem:CamomileLibrary.URe.match_semantics -> t -> Zed_rope.t -> int -> match_result
val search_forward : ?sem:CamomileLibrary.URe.match_semantics -> t -> Zed_rope.t -> int -> match_result
val search_backward : ?sem:CamomileLibrary.URe.match_semantics -> t -> Zed_rope.t -> int -> match_result
OCaml

Innovation. Community. Security.