print(string.find("Hello. How are you?", ".")) --this will output 1, in patterns, a period(.) means "match any single character" (you can ...
確定! 回上一頁