Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Thread: Ignoring cases

    by Norm
    Replies
    7
    Views
    1,142

    Re: Ignoring cases

    private static void Correctly() {
    setup();
    if (!team.isRightPlayer("KeiTh SMITH", "hammer"))
    System.out.println("Incorrectly case-rejected show: Keith");
    if...
  2. Thread: Ignoring cases

    by Norm
    Replies
    7
    Views
    1,142

    Re: Ignoring cases

    If you'll explain what that method is supposed to do, maybe someone can tell you what it does.

    One quick way to find out is to test it. Call it with many different types of Strings and observe the...
  3. Thread: Ignoring cases

    by Norm
    Replies
    7
    Views
    1,142

    Re: Ignoring cases

    Read the API doc for the String class. There are many methods there that will be useful to you.
    Java Platform SE 6
Results 1 to 3 of 3