module Transitioning:sig
..end
Functions are grouped according to the version in which the replacing
feature did appear.
module String:sig
..end
f
from String have been deprecated
in favor of f_ascii
, which operate only on the ASCII charset, while
the deprecated f
knew about iso-8859-1.
module Char:sig
..end
String