Search:

Type: Posts; User: Json

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    5,636

    Re: char (toUppercase?)

    Whats the point in checking if its upper case? Just lower case all characters.

    Other than that you'd do something like this.



    if (Character.isUpperCase(word.charAt(x))) {
    // Do stuff here...
  2. Replies
    4
    Views
    5,636

    Re: char (toUppercase?)

    Will this do you?

    Character (Java Platform SE 6))

    // Json
Results 1 to 2 of 2