Probably a goofy question, but I can\'t seem to find anything in google land. I simply need one of my methods to ignore the case of the entered field. I am doing a city name mat
return value.toLowerCase() == "atlanta"; or use return value.toLowerCase() == "Atlanta".toLowerCase();