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.
1 parent 54c1c54 commit c5c1e03Copy full SHA for c5c1e03
src/lualib/declarations/string.d.ts
@@ -1,6 +1,3 @@
1
-/** @luaIterator */
2
-interface GMatchResult extends Array<string> {}
3
-
4
/** @noSelf */
5
declare namespace string {
6
/** @tupleReturn */
@@ -10,7 +7,5 @@ declare namespace string {
10
7
replaceValue: string | ((...groups: string[]) => string),
11
8
n?: number
12
9
): [string, number];
13
14
- function gmatch(haystack: string, pattern: string): GMatchResult;
15
function sub(s: string, i: number, j?: number): string;
16
}
0 commit comments