The sub() method converts the string to an instance of the tag.
<html>
<script language="JavaScript1.1">
<!--
var myString = new String("Hello, World!");
document.write(myString.sub());
document.close();
-->
</script>
</html>
6.29.sub |
| 6.29.1. | string.sub() |