<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Code The World — Remove all characters except letters and numbers from a string]]></title>
		<link>https://codetheworld.com/viewtopic.php?id=6</link>
		<atom:link href="https://codetheworld.com/extern.php?action=feed&amp;tid=6&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Remove all characters except letters and numbers from a string.]]></description>
		<lastBuildDate>Sun, 15 Jun 2008 01:03:59 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Remove all characters except letters and numbers from a string]]></title>
			<link>https://codetheworld.com/viewtopic.php?pid=6#p6</link>
			<description><![CDATA[<p>Description<br />If you want to strip a string of all symbols and characters other than alphanumeric letters and numbers then use this. It will take a string and erase / delete any non-alphanumeric characters, and then output a clean version without the unwanted characters.</p><p>The code<br />[code]&lt;?php</p><p>$string = &quot;This is some text and numbers 12345 and symbols !</p>]]></description>
			<author><![CDATA[null@example.com (Casper)]]></author>
			<pubDate>Sun, 15 Jun 2008 01:03:59 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?pid=6#p6</guid>
		</item>
	</channel>
</rss>
