In Java, I'm pretty sure the escape character is "\" so you could call
String.replace("\"\"", "Replacement text");That should make the String "" appear as Replacement text. On Wed, Jul 11, 2012 at 3:03 AM, Doug <[email protected]> wrote: > What is the context for needing to do this? > > Doug > > > On Wednesday, July 4, 2012 2:32:09 AM UTC-7, hari2012 wrote: >> >> hi >> I am working on a project.I have stuck in a problem so please help me >> asap. >> how to replace "" with " in android or java ? >> how to replace two double quotes with single double quotes in android or >> java ? >> >> Thanks in advance, >> regards, >> hari >> > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

