> Hi i need to compare a string that has " at the front and the back.
> how do i compare it ?
> lemnf...@gmail.com wrote:
> > Hi i need to compare a string that has " at the front and the back.
[quoted text clipped - 7 lines]
>
> Arne
OK. thanks
Another question,
how do i split a string using "/"?
for example www.yahoo.com/abc
i wan to split into www.yahoo.com and abc.
tried this but cannot work ?
String[] subStringAdd = str.split("\\/");
lemnfoon@gmail.com - 02 Dec 2007 03:02 GMT
On Dec 2, 11:00 am, lemnf...@gmail.com wrote:
> > lemnf...@gmail.com wrote:
> > > Hi i need to compare a string that has " at the front and the back.
[quoted text clipped - 17 lines]
> tried this but cannot work ?
> String[] subStringAdd = str.split("\\/");
solve this.. my code error..