Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.glorb.com!postnews.google.com!news2.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.posted.palinacquisition!news.posted.palinacquisition.POSTED!not-for-mail NNTP-Posting-Date: Thu, 25 Aug 2011 22:15:20 -0500 Date: Thu, 25 Aug 2011 20:15:20 -0700 From: Peter Duniho User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 Newsgroups: comp.lang.java.programmer Subject: Re: How to join a range of array string slots with blank delimiters? Almost opposite of string.split()? References: <4e55dd30$0$7613$9b4e6d93@newsspool1.arcor-online.net> <4e57058a$0$312$14726298@news.sunsite.dk> In-Reply-To: <4e57058a$0$312$14726298@news.sunsite.dk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <57-dnXfyLrlVksrTnZ2dnUVZ_r2dnZ2d@posted.palinacquisition> Lines: 10 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 50.46.118.188 X-Trace: sv3-fOF/16muFAAuXkxSI/X9xBtpPe6YSC85JN0DR5aDVhx0C0fyF9h/eUZ53k5d15sWRUR3VeAlgWGq70x!KzpJlMNxYpmzNkfL2rPquBIjlsJrqJgY5YkgGEp6B1dYtFeDs0cnk5V3mvNd8XlWDSb7lsrKsdid!ETlAD8iwOAMIhOcOrlesX/Nqpqhfm9x7TXFKeWRtVrI= X-Complaints-To: abuse@iinet.com X-DMCA-Complaints-To: abuse@iinet.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1872 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:7393 On 8/25/11 7:31 PM, Arne Vajhøj wrote: > [...] >> And I have to admit, I think Java's take on the "split" function is >> pretty cool, what with regex support and all (which .NET doesn't >> provide, not as a String.Split() feature anyway). > > ..NET has Regex.Split. Right. Which is why I wrote "…not as a String.Split() feature anyway". You even quoted that part.