package re
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
RE is a regular expression library for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.6.0.tar.gz
sha256=5e719921bcc0a2d772b4ec2f611af708b9bc992b7f1233aa7ff389ab08c141cb
md5=e59ecd17196c1338c3bec0a50cc1d13b
doc/re/Re/Group/index.html
Module Re.Group
Manipulate matching groups.
type t = groupsInformation about groups in a match.
val get : t -> int -> stringRaise Not_found if the group did not match
val offset : t -> int -> int * intRaise Not_found if the group did not match
val start : t -> int -> intReturn the start of the match. Raise Not_found if the group did not match.
val stop : t -> int -> intReturn the end of the match. Raise Not_found if the group did not match.
val all : t -> string arrayReturn the empty string for each group which did not match
val all_offset : t -> (int * int) arrayReturn (-1,-1) for each group which did not match
val test : t -> int -> boolTest whether a group matched
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>