User:Phineas
		
		
		
		Jump to navigation
		Jump to search
		
Sup
function checkG(str)
    if (string.find(string.lower(str), "gapy")) then
        return true, "Yes, Gaypee is present in the string!"
    else
        return false, "Nope, I can't find Gaypee in the string!"
    end
    return false
end