patterns test (with gmatch) in Lua. ... --lua 5.3 local str = "someShit231 + moreShit726" local number_1, number_2 = str:match('^[^%d]+(%d+) %+ ...
確定! 回上一頁