string.toUpperCase() : toUpperCase : String JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » String » toUpperCase »

 

string.toUpperCase()







The toUpperCase() method converts the characters to all uppercase values.












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

    document.write(myString.toUpperCase());

    document.close();

    -->

    </script>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo String
» toUpperCase