Search:

Type: Posts; User: starlest

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,225

    Help with Beginner JAVA method!

    Hi guys I can't seem to get this method working. Any help is appreciated on what's wrong in my code thanks!


    /**
    public static final String SENTENCE_SEPARATORS = "[.?!]";

    * Given an...
  2. Re: Removing punctuation characters from a word [Beginner Java]

    Thanks a lot! Solved! :)
  3. Re: Removing punctuation characters from a word [Beginner Java]

    Yep for example "!test,." will return "test". I'm just having troubles removing multiple punctuation characters before or after the word. Removing single punctuation character is not a problem....
  4. Removing punctuation characters from a word [Beginner Java]

    I have these 2 methods. What I'm currently having troubles is with the cleanWord method. What it can do now is remove only one punctuation either in front or at the back of the string or at both...
Results 1 to 4 of 4