Plasma GitLab Archive
Projects Blog Knowledge

Module Mapred_split


module Mapred_split: sig .. end
Splits a line into key and value. The separator is the first TAB character.

val tab_split : string -> string * string
Splits a line into key and value. The separator is the first TAB character.
val tab_split_key : string -> string
Same as fst (tab_split_key s)
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml