See Also Applies To
Description
Places the text in a String object in lowercase characters.
Syntax
strVariable.toLowerCase( )
"String Literal".toLowerCase( )
Remarks
The toLowerCase method has no effect on nonalphabetic characters.
The following example demonstrates the effects of the toLowerCase method:
var strVariable = "This is a STRING object"
strVariable.toLowerCase( )
The value of strVariable after the last statement is this is a string object.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js857.htm,
2KB, , updated: 1997年9月30日 04:45, local time: 2025年9月6日 08:16,
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Questions?<A HREF="http://techref.massmind.org/techref/inet/iis/jscript/htm/js857.htm"> toLowerCase Method</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to techref.massmind.org!
.