<?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>SachinKRaj weBLOG &#187; strings</title>
	<atom:link href="http://blog.sachinkraj.com/tag/strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sachinkraj.com</link>
	<description>Web Development Tutorials, How-To&#039;s and Design Tips</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:07:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Strip All Non-Alphabetic Characters From A String?</title>
		<link>http://blog.sachinkraj.com/how-to-strip-all-non-alphabetic-characters-from-a-string/</link>
		<comments>http://blog.sachinkraj.com/how-to-strip-all-non-alphabetic-characters-from-a-string/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 09:48:04 +0000</pubDate>
		<dc:creator>SachinKRaj</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[strings]]></category>

		<guid isPermaLink="false">http://blog.sachinkraj.com/?p=1175</guid>
		<description><![CDATA[String manipulation is the common thing to do with web application development. It is very easy to get it done when you are having a complete library to deal with it. PHP has a very vast support on string manipulation and has many functions including regular expressions support. Sometimes you may need to work with [...]]]></description>
		<wfw:commentRss>http://blog.sachinkraj.com/how-to-strip-all-non-alphabetic-characters-from-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Functions: How to find strings between start and end from a string?</title>
		<link>http://blog.sachinkraj.com/php-functions-how-to-find-strings-between-start-and-end-from-a-string/</link>
		<comments>http://blog.sachinkraj.com/php-functions-how-to-find-strings-between-start-and-end-from-a-string/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 19:31:14 +0000</pubDate>
		<dc:creator>SachinKRaj</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[strings]]></category>

		<guid isPermaLink="false">http://blog.sachinkraj.com/?p=1035</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://blog.sachinkraj.com/wp-content/uploads/2009/08/get_string_between.gif" width="240" />
		</p>Today, I was working with some code related to CSV files and converting them to xml files (will talk about xml parsing and conversion later in other posts). I needed a function through which I could get a string from a string by giving a start needle and an end needle. For example: Given a [...]]]></description>
		<wfw:commentRss>http://blog.sachinkraj.com/php-functions-how-to-find-strings-between-start-and-end-from-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change string&#8217;s case with PHP functions and with CSS</title>
		<link>http://blog.sachinkraj.com/how-to-change-strings-case-with-php-functions-and-with-css/</link>
		<comments>http://blog.sachinkraj.com/how-to-change-strings-case-with-php-functions-and-with-css/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 20:09:15 +0000</pubDate>
		<dc:creator>SachinKRaj</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[strings]]></category>

		<guid isPermaLink="false">http://blog.sachinkraj.com/?p=1012</guid>
		<description><![CDATA[For a PHP developer, working with databases, arrays, doing string manipulations, etc are common daily tasks. While working with strings, you may sometime require changing case of the sting from lower to upper and vice versa or even you may need to change each word&#8217;s case in the given string. You can achieve all these [...]]]></description>
		<wfw:commentRss>http://blog.sachinkraj.com/how-to-change-strings-case-with-php-functions-and-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

