Sha256: e7fd6c3b9c7f515e180fc2225e229c45d89a121e23c8d32f1e58bf164566bec4
Contents?: true
Size: 469 Bytes
Versions: 387
Compression:
Stored size: 469 Bytes
Contents
## Deprecation of String.lowercase Depending on the version of OCaml you installed the use of `String.lowercase` is frowned upon. Since version 4.03.0 `String.lowercase` is deprecated in favor of `String.lowercase_ascii`. So instead of writing ```ocaml String.lowercase "Hello, World!" ``` use ```ocaml String.lowercase_ascii "Hello, World!" ``` See [String documentation](http://caml.inria.fr/pub/docs/manual-ocaml/libref/String.html) for more useful functions.
Version data entries
387 entries across 387 versions & 1 rubygems