String Methods
Core JavaScript String methods:
- charAt( pos )
- charCodeAt( pos )
- indexOf( searchstring, pos )
- lastIndexOf( searchstring, pos )
- split( separator )
- substring( start, end )
- toLowerCase() and toUpperCase()
Static method: String.fromCharCode(…)