<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Regular Expressions: Remove all special characters from a string, allowing only alphanumeric and chars: ‘.’ and ‘-’</title>
	<atom:link href="http://code.mareoblo.pl/2009/01/22/regular-expressions-remove-all-special-characters-from-a-string-allowing-only-alphanumeric-and-chars-%e2%80%98-%e2%80%99-and-%e2%80%98-%e2%80%99/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.mareoblo.pl/2009/01/22/regular-expressions-remove-all-special-characters-from-a-string-allowing-only-alphanumeric-and-chars-%e2%80%98-%e2%80%99-and-%e2%80%98-%e2%80%99/</link>
	<description>blog about C#, ASP.NET, SQL, programming and computer technologies</description>
	<lastBuildDate>Thu, 21 Jan 2010 18:40:29 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Deckard Cain</title>
		<link>http://code.mareoblo.pl/2009/01/22/regular-expressions-remove-all-special-characters-from-a-string-allowing-only-alphanumeric-and-chars-%e2%80%98-%e2%80%99-and-%e2%80%98-%e2%80%99/comment-page-1/#comment-150</link>
		<dc:creator>Deckard Cain</dc:creator>
		<pubDate>Tue, 03 Nov 2009 08:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://code.mareoblo.pl/?p=111#comment-150</guid>
		<description>Worked great in java, thanks!!

str = str.replaceAll(&quot;[^\\w\\.-]&quot;, &quot;&quot;);</description>
		<content:encoded><![CDATA[<p>Worked great in java, thanks!!</p>
<p>str = str.replaceAll(&#8220;[^\\w\\.-]&#8220;, &#8220;&#8221;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
