Changes

Jump to: navigation, search

JavaScript String Object

170 bytes added, 14:29, 27 April 2007
JavaScript String Object Methods
<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>
<tr>
<td>small()<td>Makes the string smaller. Equivalent to wrapping the string in HTML &lt;small&gt; and &lt;/small&gt; elements (e.g <small>Example</small>)</td>
</tr>
</table>

Navigation menu