Search:

Type: Posts; User: jai

Search: Search took 0.30 seconds.

  1. Re: Extracting the " (Double Quote) character from a string

    Ya, you are right. The Exception occurs at the Integer.parseInt. And I only want to remove quotes from the string, provided they exist in the string. I tried
    String.replaceAll("\\"", ""); But...
  2. [CLOSED] Extracting the " (Double Quote) character from a string

    I have a string in the following pattern.
    "xxx","xx",12.12.2011,16,"remarks"

    I am parsing this string and writing to a database. I have written the code. But however I try, I am not able to...
Results 1 to 2 of 2