<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LocalDev &#187; preg</title>
	<atom:link href="http://localdev.de/tags/preg/feed/" rel="self" type="application/rss+xml" />
	<link>http://localdev.de</link>
	<description>Web, Desktop &#38; Mobile Development</description>
	<lastBuildDate>Thu, 01 Dec 2011 18:54:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP: String in einzelne Buchstaben aufteilen</title>
		<link>http://localdev.de/2009/11/php-string-in-einzelne-buchstaben-aufteilen/</link>
		<comments>http://localdev.de/2009/11/php-string-in-einzelne-buchstaben-aufteilen/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 14:32:27 +0000</pubDate>
		<dc:creator>Fabian Martin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tipps & Tricks]]></category>
		<category><![CDATA[PCRE]]></category>
		<category><![CDATA[preg]]></category>
		<category><![CDATA[preg_split]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://localdev.de/?p=321</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<pre class="brush: php; title: ; notranslate">
$arrResult = preg_split(&quot;//&quot;, &quot;ABCD&quot;, -1, PREG_SPLIT_NO_EMPTY);
/*
	Ergebnis:
	Array (
		[0] =&gt; A
		[1] =&gt; B
		[2] =&gt; C
		[3] =&gt; D
	)
*/
</pre>
]]></content:encoded>
			<wfw:commentRss>http://localdev.de/2009/11/php-string-in-einzelne-buchstaben-aufteilen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

