Function RegExpPrototypeSymbolReplace
- RegExpPrototypeSymbolReplace(self: unknown, ...args: [string: string, replacer: ((substring: string, ...args: any[]) => string)]): string
-
Parameters
-
self: unknown
-
Rest
...args: [string: string, replacer: ((substring: string, ...args: any[]) => string)]
Returns string