Incorrect argument types for match/find string library functions

string.find the last argument plain should be listed as a bool, not a number.

image


string.match last argument is a number, not a string, and from the description:

“A third, optional numerical argument init specifies where to start the search; its default value is 1 and can be negative.”

So it should be number init = 1

image

6 Likes

Just wanted to bump this to note that this still isn’t fixed, a year later, which is very upsetting.

1 Like

Hey, sorry this got buried. These inaccuracies have been fixed!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.