我检查字符串是否有非字母数字字符.
if(str:match("%W")) then --make str alpha-numeric end
如何使用lua从字符串中删除所有非字母数字字符?
lua alphanumeric non-alphanumeric
alphanumeric ×1
lua ×1
non-alphanumeric ×1