Closed
Description
To track status of progress of String builtin.
See ECMA262 String for specification.
Required items
- String()
- new String()
- String.prototype
- String.fromCharCode
- String.prototype.constructor
- String.prototype.toString( )
- String.prototype.valueOf( )
- String.prototype.charAt() Implement String.prototype.charAt() #320
- String.prototype.charCodeAt() Implement String.prototype.charCodeAt() #352
- String.prototype.concat() String.prototype.concat() #159
- String.prototype.indexOf() Implement String.prototype.indexOf() #456
- String.prototype.lastIndexOf() Implement String.prototype.lastIndexOf() #483
- String.prototype.localeCompare() Implement String.prototype.localeCompare function #386
- String.prototype.match() Implement String.prototype.match #443
- String.prototype.replace() Implement String.prototype.replace function. #474
- String.prototype.search() Implement String.prototype.search, and some minor regexp refactors. #504
- String.prototype.slice() Implement String.prototype.slice() #138
- String.prototype.split() Implement String.prototype.split function #530
- String.prototype.substring() Implement String.prototype.substring() #244 Implement String.prototype.substring() #318
- String.prototype.toLowerCase() Implement toLowerCase and toUpperCase built-in functions. #365
- String.prototype.toLocaleLowerCase() Implement toLowerCase and toUpperCase built-in functions. #365
- String.prototype.toUpperCase() Implement toLowerCase and toUpperCase built-in functions. #365
- String.prototype.toLocaleUpperCase() Implement toLowerCase and toUpperCase built-in functions. #365
- String.prototype.trim() Implement String.prototype.trim() #191
- length