GapiUtils
module Infix : sig ... end
divide_string s c
splits s
into (before, after)
, where before
is the substring of s
preceding c
and after
is the substring of s
following c
. before
is ""
and after
is s
if sep
doesn't occur in s
.