Re: String[] to String
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Thu, 5 Apr 2007 12:29:50 -0400
"Sathyaish" <sathyaish@xxxxxxxxx> wrote in message
news:1175785855.256605.24420@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
It is amazing that java.lang.String class has a split method but no
reverse mechanism for joining, like the "join" method some languages
such as VB/VB.NET and the .NET framework support.
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()
- Oliver
.
- Follow-Ups:
- Re: String[] to String
- From: Tom Hawtin
- Re: String[] to String
- References:
- String[] to String
- From: Sathyaish
- Re: String[] to String
- From: Sathyaish
- Re: String[] to String
- From: Sathyaish
- String[] to String
- Prev by Date: Re: String[] to String
- Next by Date: Re: For Loops and Variables
- Previous by thread: Re: String[] to String
- Next by thread: Re: String[] to String
- Index(es):
Relevant Pages
|