toUpperCase

toUpperCase ( string txt ) : string

Make a string uppercase

Example


console(toUpperCase("hello word")) //-> HELLO WORD

Parameters

txt