Not directly supported, but easy to do with Lua's string.gsub . ... $ is 'magic', so it needs to be escaped, and the 'digits or letters' pattern %w+ is captured ...
確定! 回上一頁