We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3793a5d + 12e0a77 commit 2fbd64fCopy full SHA for 2fbd64f
danfojs-node/types/core/strings.d.ts
@@ -70,7 +70,7 @@ export class Str {
70
* @params {replaceValue: String | Character} string to replace with
71
* @return {array}
72
*/
73
- replace(searchValue?: string, replaceValue?: string): any[];
+ replace(searchValue?: string | RegExp, replaceValue?: string): any[];
74
/**
75
* Returns a new string with a specified number of copies of an existing string
76
* @params {num: Integer} Number of times to repeat
0 commit comments