package mdx

  1. Overview
  2. Docs

Module Util.StringSource

Sourceval english_conjonction : string list -> string

english_conjonction ["a"; "b"; "c"] returns "a, b and c".

Sourceval all_blank : string -> bool

all_blank s is true if every character of s is a whitespace

OCaml

Innovation. Community. Security.