Module Biocaml_std.String


module String: sig .. end

include StringLabels
include BatString
include BatString.Exceptionless
val for_all : f:(char -> bool) -> string -> bool
val exists : f:(char -> bool) -> string -> bool
val strip_final_cr : string -> string
val fold_lefti : f:('a -> int -> char -> 'a) -> 'a -> string -> 'a