Changes

Jump to: navigation, search

JavaScript String Object

154 bytes added, 14:29, 27 April 2007
JavaScript String Object Methods
</tr>
<tr>
<td>search()<td>Accepts a string as an argumnet argument and returns the index value of the location of the match in the String object. Returns -1 if no match is found.</td></tr><tr><td>slice()<td>Accepts a start and an end index as arguments and returns the string fragment that is located between these two positions.</td>
</tr>
</table>

Navigation menu