Skip to content

Correct the type signature of string.find#11

Merged
ark120202 merged 1 commit intoTypeScriptToLua:masterfrom
martinjlowm:bugfix/correct-string-find-return-type
Aug 13, 2019
Merged

Correct the type signature of string.find#11
ark120202 merged 1 commit intoTypeScriptToLua:masterfrom
martinjlowm:bugfix/correct-string-find-return-type

Conversation

@martinjlowm
Copy link
Copy Markdown
Contributor

string.find may accept capture groups and return a variable length string
array after the two indices of a match.

`string.find` may accept capture groups and return a variable length string
array after the two indices of a match.
@martinjlowm martinjlowm force-pushed the bugfix/correct-string-find-return-type branch from 85e9f6b to 7b1089a Compare August 10, 2019 08:28
@ark120202 ark120202 merged commit 8e9ad13 into TypeScriptToLua:master Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants