http://download.oracle.com/javase/6/docs/api/java/lang/String.html#replace%28java.lang.CharSequence,%20java.lang.CharSequence%29

On Mon, Aug 8, 2011 at 10:43 PM, ndiiie90 <rnd...@gmail.com> wrote:

> Oh sorry that is not what i mean.
>
> What i mean is to replace all "&" tags in data that is retrieved from
> database..
>
> So for example,
>
> the data is:
>
> I am a java &amp android developer
>
>
> will be replaced into:
>
> I am a java & android developer
>
>
>
> How can i do that? I think it is not effective to replace all & tag by
> proper character
>
>
>
>
>
> On Aug 9, 12:52 pm, Talluri Lakshmi Narayana <tlakshma...@gmail.com>
> wrote:
> > press ctrl+h,
> >
> > to replace all at a time
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Tue, Aug 9, 2011 at 10:18 AM, ndiiie 90 <rnd...@gmail.com> wrote:
> > > Hi guys,
> >
> > > how to replace & in html tag? and replace it with proper character?
> >
> > > For example, if I detect &amp, it will be replaced by &.. Must i do it
> one
> > > by one? Or is there any easier way to do it?
> >
> > > Thanks,
> >
> > > Rendy
> >
> > > --
> > > You received this message because you are subscribed to the Google
> > > Groups "Android Developers" group.
> > > To post to this group, send email to
> android-developers@googlegroups.com
> > > To unsubscribe from this group, send email to
> > > android-developers+unsubscr...@googlegroups.com
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
> >
> > --
> > --
> > Thanks&Regards.,
> > T.Lakshmi narayana
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to