How do I ignore a string’s capitalization?
i want the following code to respond to hello or Hello or HELLO or HelLO
if string.find(string1, "hello") ~= nil then
--print hello
end
[import]uid: 59735 topic_id: 17614 reply_id: 317614[/import]