<?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: How to pluralize in PHP (and please help me check the code)</title>
	<atom:link href="http://kuwamoto.org/2007/12/14/how-to-pluralize-in-php-and-please-help-me-check-the-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://kuwamoto.org/2007/12/14/how-to-pluralize-in-php-and-please-help-me-check-the-code/</link>
	<description>music, technology, interfaces</description>
	<lastBuildDate>Sun, 29 Jan 2012 05:22:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Arvind Kumar</title>
		<link>http://kuwamoto.org/2007/12/14/how-to-pluralize-in-php-and-please-help-me-check-the-code/comment-page-1/#comment-300083</link>
		<dc:creator>Arvind Kumar</dc:creator>
		<pubDate>Tue, 21 Sep 2010 07:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2007/12/14/how-to-pluralize-in-php-and-please-help-me-check-the-code/#comment-300083</guid>
		<description>Good work.

You might want to look at CakePHP&#039;s Inflector (http://api.cakephp.org/class/inflector) class. I think it is more deeply dug out and good one.</description>
		<content:encoded><![CDATA[<p>Good work.</p>
<p>You might want to look at CakePHP&#8217;s Inflector (<a href="http://api.cakephp.org/class/inflector" rel="nofollow">http://api.cakephp.org/class/inflector</a>) class. I think it is more deeply dug out and good one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Pluralize in PHP &#124; David Bisset: Web Designer, Coder, Wordpress Guru</title>
		<link>http://kuwamoto.org/2007/12/14/how-to-pluralize-in-php-and-please-help-me-check-the-code/comment-page-1/#comment-106857</link>
		<dc:creator>How to Pluralize in PHP &#124; David Bisset: Web Designer, Coder, Wordpress Guru</dc:creator>
		<pubDate>Mon, 17 Dec 2007 04:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2007/12/14/how-to-pluralize-in-php-and-please-help-me-check-the-code/#comment-106857</guid>
		<description>[...] One of those useful but sometimes hard to find (good) PHP scripts. How to pluralize in PHP. It&#8217;s a work in progress with tweaking, but looks mostly solid.  Tags: PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] One of those useful but sometimes hard to find (good) PHP scripts. How to pluralize in PHP. It&#8217;s a work in progress with tweaking, but looks mostly solid.  Tags: PHP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sho</title>
		<link>http://kuwamoto.org/2007/12/14/how-to-pluralize-in-php-and-please-help-me-check-the-code/comment-page-1/#comment-106192</link>
		<dc:creator>sho</dc:creator>
		<pubDate>Fri, 14 Dec 2007 23:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/2007/12/14/how-to-pluralize-in-php-and-please-help-me-check-the-code/#comment-106192</guid>
		<description>Dang. Spotted another problem. Doesn&#039;t this rule:

        &#039;/([^f])ves$/i&#039;             =&gt; &quot;$1fe&quot;,

cause all sorts of problems when singularizing? (shelves -&gt; shelfe, doves -&gt; dofe, elves -&gt; elfe, sheaves -&gt; sheafe, leaves -&gt; leafe, etc.)
</description>
		<content:encoded><![CDATA[<p>Dang. Spotted another problem. Doesn&#8217;t this rule:</p>
<p>        &#8216;/([^f])ves$/i&#8217;             => &#8220;$1fe&#8221;,</p>
<p>cause all sorts of problems when singularizing? (shelves -> shelfe, doves -> dofe, elves -> elfe, sheaves -> sheafe, leaves -> leafe, etc.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

