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.1-or-later WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (20)
Authors
Maintainers
Sources
re-1.11.0.tbz
sha256=01fc244780c0f6be72ae796b1fb750f367de18624fd75d07ee79782ed6df8d4f
sha512=3e3712cc1266ec1f27620f3508ea2ebba338f4083b07d8a69dccee1facfdc1971a6c39f9deea664d2a62fd7f2cfd2eae816ca4c274acfadaee992a3befc4b757
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 names : regexp -> string arrayReturn the names of named groups.
Return the first matched named group, or raise Not_found.
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)"
>