toLower
lib.toLower
Docs pulled from | This Revision | about 9 hours ago
Converts an ASCII string s
to lower-case.
Inputs
s
- The string to convert to lower-case.
Type
toLower :: string -> string
Examples
lib.strings.toLower
usage example
toLower "HOME"
=> "home"