<evalcmd> UCase && string && Upper-case string. && string && string && Input string to upper-case. </evalcmd>
Returns string converted to upper-case.
//Example://arrow-up-right
Output( UCase("Hello World") ); --> HELLO WORLD
See also: capitalize lcase
最后更新于1年前