Noogλe

search input

Function of the day

  • 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"