package re

  1. Overview
  2. Docs
RE is a regular expression library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.7.0.tar.gz
sha256=479c25ee0376c16d7596d9efb44f87164ea3cf1e30874707372f1db190973038
md5=2deab687224c90c024355f7b5adcec19

doc/re/Re/Mark/index.html

Module Re.Mark

Marks

type t

Mark id

val test : Group.t -> t -> bool

Tell if a mark was matched.

module Set : Set.S with type elt = t
val all : Group.t -> Set.t

Return all the mark matched.

val equal : t -> t -> bool
val compare : t -> t -> int