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
github.com
Readme
Changelog
LGPL-2.0-only WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (20)
Authors
Maintainers
Sources
re-1.9.0.tbz
sha256=5289e0d84f04bef02f1ad2928bef9c817893e777ce828306bcfdfd44fc245abd
md5=bddaed4f386a22cace7850c9c7dac296
doc/re.pcre/Re_pcre/index.html
Module Re_pcre
include module type of struct include Re.Pcre end
type split_result = Re.Pcre.split_result = Result of a Pcre.full_split
val re : ?flags:flag list -> string -> Re__.Core.tre ~flags s creates the regexp s using the pcre syntax.
re ~flags s compiles the regexp s using the pcre syntax.
val extract : rex:regexp -> string -> string arrayextract ~rex s executes rex on s and returns the matching groups.
val get_substring : groups -> int -> stringEquivalent to Core.Group.get.
val get_substring_ofs : groups -> int -> int * intEquivalent to Core.Group.offset.
val pmatch : rex:regexp -> string -> boolEquivalent to Core.execp.
val full_split : ?max:int -> rex:regexp -> string -> split_result listval split : rex:regexp -> string -> string listDeprecated
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>