WLJS LogoWLJS Notebook

ToUpperCase

ToUpperCase[string] yields a string in which all letters have been converted to uppercase.

Examples

Convert to uppercase:

ToUpperCase["Hello World"]
(* "HELLO WORLD" *)

Please visit the official Wolfram Language Reference for more details.

On this page