package stringext
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Extra string functions for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
v1.4.2.tar.gz
sha256=1f0c108785ab4d80650748779fea38837a80fcf89f2b1ce9ccbbcc300134fdec
md5=38385cf57849c8dd0bdd0c8b08f120e7
Description
Provides a single module named Stringext that provides a grab bag of often used but missing string functions from the stdlib. E.g, split, full_split, cut, rcut, etc.
Added to opam-repository:
Dependencies (4)
- base-bytes
-
ocamlbuild
build -
ocamlfind
build -
ocaml
>= "4.00.0" & < "5.0"
Used by (20)
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page