Re: String[] to String



Oliver Wong wrote:
"Sathyaish" <sathyaish@xxxxxxxxx> wrote in message news:1175785855.256605.24420@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#split(java.lang.String)


See java.util.Arrays.toString() and .deepToString()

You get a load of unwanted characters in your string if you do that. I think you are still left with writing a little concatenation loop.

Tom Hawtin
.



Relevant Pages