MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / replaceAt

Method replaceAt

code/main/string_prototype.ts:5–5  ·  view source on GitHub ↗
(index: number, text: string)

Source from the content-addressed store, hash-verified

3 addChineseSpaces(): string;
4 fillWith(characters: string, howMuch: number): string;
5 replaceAt(index: number, text: string): string;
6}
7
8String.prototype.addAt = function(index: number, text: string): string{

Callers 2

drawStringMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected