Function StringPrototypeReplace
- StringPrototypeReplace(self: string, searchValue: string | RegExp, replaceValue: string): string
-
Parameters
-
self: string
-
searchValue: string | RegExp
-
replaceValue: string
Returns string
- StringPrototypeReplace(self: string, searchValue: string | RegExp, replacer: ((substring: string, ...args: any[]) => string)): string
-
Parameters
-
self: string
-
searchValue: string | RegExp
-
replacer: ((substring: string, ...args: any[]) => string)
-
- (substring: string, ...args: any[]): string
-
Parameters
-
substring: string
-
Rest
...args: any[]
Returns string
Returns string
- StringPrototypeReplace(self: string, searchValue: {
[replace](string: string, replaceValue: string): string;
}, replaceValue: string): string
-
Parameters
-
self: string
-
searchValue: {
[replace](string: string, replaceValue: string): string;
}
-
[replace]:function
- [replace](string: string, replaceValue: string): string
-
Parameters
-
string: string
-
replaceValue: string
Returns string
-
replaceValue: string
Returns string
- StringPrototypeReplace(self: string, searchValue: {
[replace](string: string, replacer: ((substring: string, ...args: any[]) => string)): string;
}, replacer: ((substring: string, ...args: any[]) => string)): string
-
Parameters
-
self: string
-
searchValue: {
[replace](string: string, replacer: ((substring: string, ...args: any[]) => string)): string;
}
-
[replace]:function
- [replace](string: string, replacer: ((substring: string, ...args: any[]) => string)): string
-
Parameters
-
string: string
-
replacer: ((substring: string, ...args: any[]) => string)
-
- (substring: string, ...args: any[]): string
-
Parameters
-
substring: string
-
Rest
...args: any[]
Returns string
Returns string
-
replacer: ((substring: string, ...args: any[]) => string)
-
- (substring: string, ...args: any[]): string
-
Parameters
-
substring: string
-
Rest
...args: any[]
Returns string
Returns string