package brr
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Browser programming toolkit for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
brr-0.0.9.tbz
sha512=45cdf73c6a23c8fc4609a32ae2196d4790e5bdba34ca0b784bff9c0b70dab233eb336f1c11dc3002451042ff4cf25b643098ad0d011f14c3d6175842113bed21
doc/brr/Brr/Regexp/index.html
Module Brr.RegexpSource
RegExp objects and matching.
create ?flags s is the regexp object for s using flags if specified.
exec r s executes regular expression r on s at index last_index.
fold_matches r f s acc folds f over the non-overlapping matches of r in s starintg with acc.
replace r ~by s replaces the first match of r by by in s.
replace_all r ~by s replaces all non-overlapping matches of r by by in s.
search r s is the first index of s that matches r or -1 if there is no match.
split r s splits s on delimiters matched by r.
Properties
set_last_index r i sets the last_index in r to i.
source r is the source text of r.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page