Returns a string where all alphabetic characters have been converted to uppercase.
strVariable.toUpperCase( )
"String Literal".toUpperCase( ) |
Returns a string where all alphabetic characters have been converted to uppercase.
strVariable.toUpperCase( )
"String Literal".toUpperCase( ) |