CStringmodule type ExtS = sig ... endinclude ExtSWe include the standard library
include Sval to_seq : t -> char Stdlib.Seq.tval to_seqi : t -> (int * char) Stdlib.Seq.tval of_seq : char Stdlib.Seq.t -> tval get_utf_8_uchar : t -> int -> Stdlib.Uchar.utf_decodeval is_valid_utf_8 : t -> boolval get_utf_16be_uchar : t -> int -> Stdlib.Uchar.utf_decodeval is_valid_utf_16be : t -> boolval get_utf_16le_uchar : t -> int -> Stdlib.Uchar.utf_decodeval is_valid_utf_16le : t -> boolEquality on strings
Remove the eventual first surrounding simple quotes of a string.
As index_from, but takes a string instead of a char as pattern argument
As contains, but takes a string instead of a char as pattern argument
conjugate_verb_to_be returns "is" when n=1 and "are" otherwise
is_sub p s off tests whether s contains p at offset off.
*
module Pred : Predicate.S with type elt = tmodule List : CList.MonoS with type elt = tAssociation lists with string as keys