<?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: Write a function to reverse the words in a string? (e.g. &#8220;Your time has come&#8221; &#8211; &gt; &#8220;come has time Your&#8221;)</title>
	<atom:link href="http://www.techpitcher.com/write-a-function-to-reverse-the-words-in-a-string-eg-your-time-has-come-come-has-time-your.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techpitcher.com/write-a-function-to-reverse-the-words-in-a-string-eg-your-time-has-come-come-has-time-your.html</link>
	<description></description>
	<lastBuildDate>Thu, 07 Apr 2011 07:04:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pradeep</title>
		<link>http://www.techpitcher.com/write-a-function-to-reverse-the-words-in-a-string-eg-your-time-has-come-come-has-time-your.html/comment-page-1#comment-242</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Thu, 29 Apr 2010 03:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://techpitcher.com/?p=24#comment-242</guid>
		<description>Reverse a whole word first and then try to reverse each word individually.
for example I am a good boy first cnvert it to 
boy good a am I(mirror image)than reverse each word individually. yob doog a ma I.</description>
		<content:encoded><![CDATA[<p>Reverse a whole word first and then try to reverse each word individually.<br />
for example I am a good boy first cnvert it to<br />
boy good a am I(mirror image)than reverse each word individually. yob doog a ma I.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

