Search:

Type: Posts; User: Norm

Search: Search took 0.24 seconds.

  1. Re: Removing punctuation characters from a word [Beginner Java]

    If the parts of the String to be saved are contiguous, then the String class's substring method can return it.
    Scan in from either end to find the start/end of the String to be saved.
  2. Re: Removing punctuation characters from a word [Beginner Java]

    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.


    What does "at one go" mean? Are you trying to write a method that...
Results 1 to 2 of 2