<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Code The World — Remove all characters except letters and numbers from a string]]></title>
	<link rel="self" href="https://codetheworld.com/extern.php?action=feed&amp;tid=6&amp;type=atom" />
	<updated>2008-06-15T01:03:59Z</updated>
	<generator>PunBB</generator>
	<id>https://codetheworld.com/viewtopic.php?id=6</id>
		<entry>
			<title type="html"><![CDATA[Remove all characters except letters and numbers from a string]]></title>
			<link rel="alternate" href="https://codetheworld.com/viewtopic.php?pid=6#p6" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Casper]]></name>
				<uri>https://codetheworld.com/profile.php?id=5</uri>
			</author>
			<updated>2008-06-15T01:03:59Z</updated>
			<id>https://codetheworld.com/viewtopic.php?pid=6#p6</id>
		</entry>
</feed>
