go-mud
go-mud copied to clipboard
RegEx() 在大量快速调用时有概率出现错误
重现方法: for i=1,100000 do Print(tostring(i)..": "..RegEx("test", "(^.*$)")) end
Lua error: