<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.bodemer.cloud/index.php?action=history&amp;feed=atom&amp;title=Java-string-split-join</id>
	<title>Java-string-split-join - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bodemer.cloud/index.php?action=history&amp;feed=atom&amp;title=Java-string-split-join"/>
	<link rel="alternate" type="text/html" href="https://wiki.bodemer.cloud/index.php?title=Java-string-split-join&amp;action=history"/>
	<updated>2026-04-20T01:17:57Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in My Wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.bodemer.cloud/index.php?title=Java-string-split-join&amp;diff=4049&amp;oldid=prev</id>
		<title>212.101.204.196: Die Seite wurde neu angelegt: „&lt;source lang=&quot;php&quot;&gt; import static org.junit.Assert.assertTrue; import org.junit.Test;   import org.apache.commons.lang.StringUtils;   public class StringArrayConv...“</title>
		<link rel="alternate" type="text/html" href="https://wiki.bodemer.cloud/index.php?title=Java-string-split-join&amp;diff=4049&amp;oldid=prev"/>
		<updated>2009-04-27T12:44:55Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt; import static org.junit.Assert.assertTrue; import org.junit.Test;   import org.apache.commons.lang.StringUtils;   public class StringArrayConv...“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
import static org.junit.Assert.assertTrue;&lt;br /&gt;
import org.junit.Test;&lt;br /&gt;
 &lt;br /&gt;
import org.apache.commons.lang.StringUtils;&lt;br /&gt;
 &lt;br /&gt;
public class StringArrayConverterTest {&lt;br /&gt;
   @Test&lt;br /&gt;
   public void stringToArray() {&lt;br /&gt;
      String zahlenfolge = &amp;quot;eins, zwei, drei&amp;quot;; &lt;br /&gt;
      String[] zahlen = zahlenfolge.split( &amp;quot;, &amp;quot; ); &lt;br /&gt;
      assertTrue( zahlen.length==3 );&lt;br /&gt;
   }&lt;br /&gt;
   @Test&lt;br /&gt;
   public void arrayToString() {&lt;br /&gt;
      String[] zahlen = {&amp;quot;eins&amp;quot;,&amp;quot;zwei&amp;quot;,&amp;quot;drei&amp;quot;}; &lt;br /&gt;
      String zahlenfolge = StringUtils.join(zahlen,&amp;quot;: &amp;quot;); &lt;br /&gt;
      assertTrue( zahlenfolge.equals(&amp;quot;eins: zwei: drei&amp;quot;) );&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>212.101.204.196</name></author>
	</entry>
</feed>