module String: sig
.. end
type
t = string
val split : t -> on:char -> t list
Splits the given string at every occurrence of the given separator.
Does not return empty substrings when the separator is repeated or
present at the start or end of the string.
The present documentation is copyright Institut National de Recherche en Informatique et en Automatique (INRIA). A complete version can be obtained from
this page.