<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for case"</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Fri, 16 May 2008 16:58:18 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Simple Title case regex</title>
	<link>http://www.bytemycode.com/snippets/snippet/523/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/523/comments/</comments>
	<pubDate>Mon, 06 Nov 2006 13:48:08 +0000</pubDate>
	<dc:creator>RobHarrigan</dc:creator>
	<category>"first, "title, capitalize, case", letter", Perl</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/523/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. Nov. 6th, 2006  1:48 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/523/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/RobHarrigan/" title="Helper">RobHarrigan</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22first">"first</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/%22title">"title</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/capitalize">capitalize</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/case%22">case"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/letter%22">letter"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Perl">Perl</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/523/comments/">3 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 7
			<p>Function to capitalize the first letter in every word in a string, but only if the entire string is in ALL CAPS.<br /><br />Example:<br />"I LIKE TO SCREAM" becomes "I Like To Scream"<br />"I LIKE to RUN" remains "I LIKE to RUN".</p>
		]]>
	</description>
</item>
	</channel>
</rss>