-
Notifications
You must be signed in to change notification settings - Fork 349
Match
Toon edited this page Jan 5, 2026
·
2 revisions
boolean Match(<string> str1, <string> str2)
Returns true if str1 contains str2; otherwise, false is returned.
-- Note: This is just a snippet
-- Assume args[1] = "XxOmq1234xX"
["Function"] = function(args, speaker)
if Match(args[1], "Omq") then
notify("Info", args[1] .. " might be an ODer")
end
endInfinite Yield
Plugins
Core Functions