<?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>JavaBlogging &#187; String</title>
	<atom:link href="http://www.javablogging.com/tag/string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Sun, 16 May 2010 03:01:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A guide to Java SimpleDateFormat in examples</title>
		<link>http://www.javablogging.com/java-simpledateformat-examples/</link>
		<comments>http://www.javablogging.com/java-simpledateformat-examples/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 09:11:19 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Basic Java]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Format]]></category>
		<category><![CDATA[Parse]]></category>
		<category><![CDATA[SimpleDateFormat]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=992</guid>
		<description><![CDATA[Today I want to show you some examples of how you can use SimpleDateFormat class in your code. I hope some of them will be new and surprising!
The basic example
First the most basic usage of the class. Lets use it to format Date object into a simple string showing day, month and a year:












SimpleDateFormat simpleDateFormat [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/java-simpledateformat-examples/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to check if String is parseable to Integer or Double?</title>
		<link>http://www.javablogging.com/how-to-check-if-string-is-parseable-to-integer-or-double/</link>
		<comments>http://www.javablogging.com/how-to-check-if-string-is-parseable-to-integer-or-double/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:20:52 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Basic Java]]></category>
		<category><![CDATA[Strange behaviors]]></category>
		<category><![CDATA[Double]]></category>
		<category><![CDATA[Integer]]></category>
		<category><![CDATA[NumberFormat]]></category>
		<category><![CDATA[Scanner]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=810</guid>
		<description><![CDATA[This seems basic, right? In most cases it is, but as almost everything in Java this problem has its subtle pitfalls and problems. It is mainly because Java does not provide a simple utility method that can answer this question. Today I wanted to share with you several ways of solving this problem and describe [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/how-to-check-if-string-is-parseable-to-integer-or-double/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Are your Strings splitting right?</title>
		<link>http://www.javablogging.com/are-your-strings-splitting-right/</link>
		<comments>http://www.javablogging.com/are-your-strings-splitting-right/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 07:03:02 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Basic Java]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[Split]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=312</guid>
		<description><![CDATA[On a scale from 1 to 10 the issue I talk today about is about 2&#8230; unless it will bite your behind and make you randomly scream WTF&#8217;s for two hours:) So today&#8217;s motto is: beware of small things! At first take a look at the following code snippet:

















public class LineParser {
    [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/are-your-strings-splitting-right/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>String and memory leaks</title>
		<link>http://www.javablogging.com/string-and-memory-leaks/</link>
		<comments>http://www.javablogging.com/string-and-memory-leaks/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 11:50:28 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Basic Java]]></category>
		<category><![CDATA[Memory Leaks]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[Substring]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=262</guid>
		<description><![CDATA[This post is inspired by an entry on nflath.com about the dangers of String.substring() method.
Probably most of the Java users is aware that String object is more complex than just an array of char. To make the usage of strings in Java more robust additional measures were taken &#8211; for instance the String pool was [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/string-and-memory-leaks/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
