lower case(text)lower case text Type: (Text) -> Text

Changes all characters in the text value into lower-case versions, where possible.

ExamplesClick an example to insert it
lower case("HELLO")"hello"
lower case("Paris")"paris"
lower case("12345")"12345"