local function sort(input) local buffer = {} for i=1,#subject do buffer[i] = subject:sub(i,i) end table.sort(buffer) return table.concat(buffer) end ...
確定! 回上一頁