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.3.tar.gz
sha256=d0695d0d97663f3e841f0b01ecfbe463018ba307118604914b71c601aca3e6a5
md5=ab9796add8e391b5a405ef392de1c5d3
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