string.toLowerCase() : toLowerCase « String « JavaScript Tutorial






The toLowerCase() method converts the characters to all lowercase values.

<html>
    <script language="JavaScript">
    <!--
    var myString = new String(prompt("Please enter some various case text", ""));

    document.write(myString.toLowerCase());

    document.close();

    -->

    </script>
</html>








6.33.toLowerCase
6.33.1.string.toLowerCase()