Name: Anonymous 2009-02-19 15:11
I need to be able to recognize various types of inputs as a "yes" response like y,Yes,YES, etc.. what would be a good place to read up on this and figure out the answer. Is there a string method that can do this simply (like maybe String.equalsIgnoreCase(another yes string))?