toUpperCase

toUpperCase ( string/array/map txt ) : string

Make a string uppercase

Example


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

Parameters

txt