This website requires JavaScript.
Explore
Help
Sign in
RGBCube
/
serenity
Watch
1
Fork
You've already forked serenity
0
mirror of
https://github.com/RGBCube/serenity
synced
2025-10-16 21:32:24 +00:00
Code
Issues
Activity
Actions
c8db607c00
serenity
/
Userland
/
Libraries
/
LibJS
/
Tests
/
builtins
/
String
History
Download ZIP
Download TAR.GZ
Timothy Flynn
e0c9f58b0c
LibJS: Implement and use the GetSubstitution abstract operation
...
Used by String.prototype.replace, String.prototype.replaceAll, and RegExp.prototype [ @@replace ].
2021-07-05 23:26:41 +01:00
..
String.fromCharCode.js
String.fromCodePoint.js
String.js
String.prototype-generic-functions.js
String.prototype.at.js
String.prototype.charAt.js
String.prototype.charCodeAt.js
String.prototype.concat.js
String.prototype.endsWith.js
String.prototype.includes.js
String.prototype.indexOf.js
LibJS: Add String.prototype.indexOf position argument
2021-06-30 16:08:00 +01:00
String.prototype.js
String.prototype.lastIndexOf.js
String.prototype.match.js
String.prototype.padEnd.js
String.prototype.padStart.js
String.prototype.repeat.js
String.prototype.replace.js
LibJS: Implement and use the GetSubstitution abstract operation
2021-07-05 23:26:41 +01:00
String.prototype.replaceAll.js
LibJS: Implement most of String.prototype.replaceAll
2021-07-05 01:10:43 +01:00
String.prototype.slice.js
String.prototype.split.js
String.prototype.startsWith.js
String.prototype.substr.js
String.prototype.substring.js
String.prototype.toLowerCase.js
String.prototype.toString.js
String.prototype.toUpperCase.js
String.prototype.trim.js
String.prototype.valueOf.js
String.raw.js
LibJS: Rewrite String.raw() closer to the specification
2021-06-28 13:27:13 +01:00