package fileutils

  1. Overview
  2. Docs

Module FileStringExtSource

Extended String module

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

Split a string, separator not included

Sourceval break_at_first : char -> string -> string * string

Cut in two a string, separator not included