lemur icon indicating copy to clipboard operation
lemur copied to clipboard

Add string:split()

Open Validark opened this issue 5 years ago • 0 comments

We got https://github.com/LPGhatguy/lemur/issues/189 working great, but we still cannot use split as a method. In Vanilla Lua, one should be able to simply do string.split = function() end and it will write it into the string table, which is the __index metatable for all strings.

Validark avatar Apr 16 '19 06:04 Validark