WLJS LogoWLJS Notebook

ToLowerCase

ToLowerCase[string] yields a string in which all letters have been converted to lowercase.

Examples

Convert to lowercase:

ToLowerCase["Hello World"]
(* "hello world" *)

Please visit the official Wolfram Language Reference for more details.

On this page