'substring()' Example : substring « Javascript Methods « JavaScript Reference

'substring()' Example

    
<html>
<body>
<button onclick="var myS = new String('Sample String'); 
                 alert(myS.substring(4,7));">
substring</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'substring()' Syntax Parameters and Note
2.'substring()' is applied to