Returns a string where all alphabetic characters have been converted to lowercase.
strVariable.toLowerCase( )
"String Literal".toLowerCase( ) |
JScript |
toLowerCase Method (JScript 5.6) |
See Also |
Returns a string where all alphabetic characters have been converted to lowercase.
strVariable.toLowerCase( )
"String Literal".toLowerCase( ) |