Is there any way to replace a character at position N in a string in Lua.This is what I've come up with so far:function replace_char(pos, str, ...
確定! 回上一頁