Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    1,206

    Re: Converting letter casing in strings

    The toUpperCase() methods are really the only thing you need.



    It is possible, and even quite simple. What Kenneth was saying is that String are immutable- that means you can't change the...
  2. Replies
    9
    Views
    1,206

    Re: Converting letter casing in strings

    I did give you a link to the API, which contains links to the String and Character APIs. Hint: You're looking for a method that converts Strings to upper case, right?
  3. Replies
    9
    Views
    1,206

    Re: Converting letter casing in strings

    Check out the API for Character and String. They both contain methods that might be useful here.

    Java Platform SE 6
Results 1 to 3 of 3