.. |
String.fromCharCode.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
String.fromCodePoint.js
|
2299be474b
LibJS: Add the String.fromCodePoint() method
|
4 years ago |
String.js
|
2bba20d123
LibJS: Report string properties using UTF-16 code units
|
4 years ago |
String.prototype-generic-functions.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
String.prototype.at.js
|
ef2ff5f88b
LibJS: Implement String.prototype.at with UTF-16 code units
|
4 years ago |
String.prototype.charAt.js
|
5d11614bc7
LibJS: Implement String.prototype.charAt with UTF-16 code units
|
4 years ago |
String.prototype.charCodeAt.js
|
48a28a9a73
LibJS: Implement String.prototype.charCodeAt with UTF-16 code units
|
4 years ago |
String.prototype.codePointAt.js
|
a05ce330b8
LibJS: Implement String.prototype.codePointAt with UTF-16 code units
|
4 years ago |
String.prototype.concat.js
|
0e25d2393f
LibJS: Add UTF-16 tests to String.prototype methods that already work
|
4 years ago |
String.prototype.endsWith.js
|
bdbe716547
LibJS: Implement String.prototype.endsWith with UTF-16 code units
|
4 years ago |
String.prototype.includes.js
|
70f9c7e1c7
LibJS: Implement String.prototype.includes with UTF-16 code units
|
4 years ago |
String.prototype.indexOf.js
|
767700d8a1
LibJS: Implement String.prototype.indexOf with UTF-16 code units
|
4 years ago |
String.prototype.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
String.prototype.lastIndexOf.js
|
f920e121b3
LibJS: Implement String.prototype.lastIndexOf with UTF-16 code units
|
4 years ago |
String.prototype.localeCompare.js
|
7a56ca1250
LibJS: Implement a naive String.prototype.localeCompare
|
3 years ago |
String.prototype.match.js
|
4f2cbe119b
LibRegex: Allow Unicode escape sequences in capture group names
|
3 years ago |
String.prototype.matchAll.js
|
2c023157e9
LibJS: Implement RegExp.prototype [ @@match ] with UTF-16 code units
|
4 years ago |
String.prototype.padEnd.js
|
eaa1360eee
LibJS: Implement StringPad abstract operation with UTF-16 code units
|
4 years ago |
String.prototype.padStart.js
|
eaa1360eee
LibJS: Implement StringPad abstract operation with UTF-16 code units
|
4 years ago |
String.prototype.repeat.js
|
0e25d2393f
LibJS: Add UTF-16 tests to String.prototype methods that already work
|
4 years ago |
String.prototype.replace.js
|
5a8f870594
LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units
|
4 years ago |
String.prototype.replaceAll.js
|
5a8f870594
LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units
|
4 years ago |
String.prototype.search.js
|
66c31a0c07
LibJS: Implement RegExp.prototype [ @@search ] with UTF-16 code units
|
4 years ago |
String.prototype.slice.js
|
5ac964d841
LibJS: Implement String.prototype.slice with UTF-16 code units
|
4 years ago |
String.prototype.split.js
|
ee7b04f7bb
LibJS: Implement RegExp.prototype [ @@split ] with UTF-16 code units
|
4 years ago |
String.prototype.startsWith.js
|
d2e63a641f
LibJS: Implement String.prototype.startsWith with UTF-16 code units
|
4 years ago |
String.prototype.substr.js
|
892bfdbbcf
LibJS: Implement String.prototype.substr with UTF-16 code units
|
4 years ago |
String.prototype.substring.js
|
60d8852fc2
LibJS: Implement String.prototype.substring with UTF-16 code units
|
4 years ago |
String.prototype.toLocaleLowerCase.js
|
207319ecf1
LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case
|
3 years ago |
String.prototype.toLocaleUpperCase.js
|
207319ecf1
LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case
|
3 years ago |
String.prototype.toLowerCase.js
|
2dc9ae00af
LibJS: Use special case folding for String.prototype.to{Lower,Upper}Case
|
3 years ago |
String.prototype.toString.js
|
0e25d2393f
LibJS: Add UTF-16 tests to String.prototype methods that already work
|
4 years ago |
String.prototype.toUpperCase.js
|
2dc9ae00af
LibJS: Use special case folding for String.prototype.to{Lower,Upper}Case
|
3 years ago |
String.prototype.trim.js
|
0e25d2393f
LibJS: Add UTF-16 tests to String.prototype methods that already work
|
4 years ago |
String.prototype.valueOf.js
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
String.raw.js
|
596324ae9c
LibJS: Rewrite String.raw() closer to the specification
|
4 years ago |