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

'substr()' Example

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

    
      
      








Related examples in the same category

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