For example, some people will type it like " Menu " and others want to type it as " menu "
I tried a few variations like…
if (input == "Menu" "menu")
if (input == "Menu", "menu")
if (input == "Menu, menu")if (input == "Menu" + "menu")
But no luck of any of these