Convert String to upper case : toUpperCase : String JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » String » toUpperCase »

 

Convert String to upper case

















<html>
<head>
<title>Convert String to upper case</title>
<script type="text/javascript" language="javascript">
<!-- //
onload = function(){
    var s = new String("aaA");
    var upperCase = s.toUpperCase();
    document.write(upperCase);
}
// -->
</script>
</head>
<body>

</body>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo String
» toUpperCase