<?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: Best way to check if a Java String is a number.</title>
	<atom:link href="http://www.zparacha.com/best-way-to-check-if-a-java-string-is-a-number/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zparacha.com/best-way-to-check-if-a-java-string-is-a-number/</link>
	<description>Effective programming and blogging tips by Zaheer Paracha</description>
	<lastBuildDate>Sat, 11 Feb 2012 03:00:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Luis Oliva</title>
		<link>http://www.zparacha.com/best-way-to-check-if-a-java-string-is-a-number/comment-page-1/#comment-1738</link>
		<dc:creator>Luis Oliva</dc:creator>
		<pubDate>Thu, 03 Nov 2011 19:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=704#comment-1738</guid>
		<description>Sorry, the right regex is: ^[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?$</description>
		<content:encoded><![CDATA[<p>Sorry, the right regex is: ^[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Oliva</title>
		<link>http://www.zparacha.com/best-way-to-check-if-a-java-string-is-a-number/comment-page-1/#comment-1737</link>
		<dc:creator>Luis Oliva</dc:creator>
		<pubDate>Thu, 03 Nov 2011 19:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=704#comment-1737</guid>
		<description>It does not work for exponential numbers (e.g.: 0.1e-10).
Maybe using this regex is enough: &quot;[-+]?[0-9]*\\.?[0-9]+e[-]?[0-9]+$&quot;  (I&#039;ve basically added &#039;e[-]?[0-9]+&#039; at the end of your regex)</description>
		<content:encoded><![CDATA[<p>It does not work for exponential numbers (e.g.: 0.1e-10).<br />
Maybe using this regex is enough: &#8220;[-+]?[0-9]*\\.?[0-9]+e[-]?[0-9]+$&#8221;  (I&#8217;ve basically added &#8216;e[-]?[0-9]+&#8217; at the end of your regex)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

