Description:
This method returns the calling string value converted to lowercase.Syntax:
string.toLowerCase( ) |
- NA
Return Value:
- Returns the calling string value converted to lowercase.
Example:
<html> <head> <title>JavaScript String toLowerCase() Method</title> </head> <body> <script type="text/javascript"> var str = "Apples are round, and Apples are Juicy."; document.write(str.toLowerCase( )); </script> </body> </html> |
This will produce following result:
apples are round, and apples are juicy.
+JavaScript +JavaScript Frameworks Links +Javascript Development +JavaScript's and More, Software and Marketing +JavascriptU +JavaScriptOn +Javascript Problems +JavaScriptOn +javaScript is a creek in West Virginia in the summe
No comments: