🌈 搜索
📅  最后修改于: 2022-03-11 14:54:54.858000             🧑  作者: Mango
local cool_string = "Hi lol" if cool_string:match("lol") then print("yes") end