Get the substring out of a string
|
|
<html> <head> <title>A Simple Page</title> <script language="JavaScript"> <!-- inpTxt = "Hello there"; alert(inpTxt.substring(0, 5)); // --> </script> </head> <body>
</body> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
|