package fileutils

  1. Overview
  2. Docs

Extended String module

val split : ?start_acc:'a list -> ?start_pos:int -> map:(string -> 'b) -> char -> string -> 'c list

Split a string, separator not included

val break_at_first : char -> string -> string * string

Cut in two a string, separator not included

OCaml

Innovation. Community. Security.