And “(^%a)” means “capture a caret and a letter” here: > print(string.match(“a^z”, “(^%a)”)) ^z The equivalent patterns that give the star and the caret ...
確定! 回上一頁