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.
string.match
@tupleReturn
1 parent 29a2bbe commit 840453eCopy full SHA for 840453e
core/string.d.ts
@@ -179,6 +179,7 @@ declare namespace string {
179
* returns nil. If pattern specifies no captures, then the whole match is
180
* returned. A third, optional numeric argument init specifies where to start
181
* the search; its default value is 1 and can be negative.
182
+ * @tupleReturn
183
*/
184
function match(s: string, pattern: string, init?: number): string[];
185
0 commit comments