Get the substring out of a string : substring : String JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » String » substring »

 

Get the substring out of a string

















<html>
<head>
<title>A Simple Page</title>
<script language="JavaScript">
<!--
inpTxt = "Hello there";
alert(inpTxt.substring(05));
//  -->
</script>
</head>
<body>

</body>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo String
» substring