- is the metacharacter for 0 or more repetitions (non-greedy) in Lua patterns. Escape it (add a % before) to mean a literal hyphen. The dot is ...
確定! 回上一頁