Search:

Type: Posts; User: Samaras

Search: Search took 0.07 seconds.

  1. Re: class String replaceAll does not behave as i expected

    All i wanted is to make your life easier :/ I understand that i did not succeed in it.Now you told i'll keep that in mind ;)
  2. Re: class String replaceAll does not behave as i expected

    Solved! :D I post it in order other people face the same problem :)


    void spellCorrect() {
    String temp = "";//holds a word at the time in order to check the correctness
    char...
  3. Re: class String replaceAll does not behave as i expected

    @Norm i wrote the lines of main that are invoke the method :)
    @Zaphod_b the answer was Strings are immutable ( unlike the StringBuilder Class).Hitting stop run was also needed.I am going to fix it...
  4. class String replaceAll does not behave as i expected

    The situation : I have a string and if a word is considered to be a mistake it has to be replaced by "SPELLING_MISTAKE".How do i resolve if a word is a mistake or not?I have a string array with all...
Results 1 to 4 of 4