<?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>Barattalo &#187; Ucifirst</title>
	<atom:link href="http://www.barattalo.it/tag/ucifirst/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Sun, 29 Aug 2010 14:28:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ASP equivalent to PHP Ucfirst function</title>
		<link>http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ucfirst-function/</link>
		<comments>http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ucfirst-function/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 22:56:40 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Asp]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[PHPvsASP]]></category>
		<category><![CDATA[Ucase]]></category>
		<category><![CDATA[Ucifirst]]></category>
		<category><![CDATA[Uppercase]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=142</guid>
		<description><![CDATA[This code does the same thing that Ucfirst function makes in PHP. &#8220;Ucfirst&#8221; means &#8220;Uppercase first letter&#8221;. ASP doesn&#8217;t have this function natively: function ucfirst(tname) ucfirst = &#34;&#34; tname = tname &#38; &#34; &#34; do while instr(tname, &#34; &#34;) temp_string = left(tname, instr(tname,&#34; &#34; ) -1) ' ucase the first letter ucfirst = ucfirst &#38; [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/02/09/asp-strip-tags-function-equivalent-to-php/' rel='bookmark' title='Permanent Link: ASP equivalent to PHP strip_tags'>ASP equivalent to PHP strip_tags</a></li>
<li><a href='http://www.barattalo.it/2010/02/09/asp-function-to-count-files-in-a-folder/' rel='bookmark' title='Permanent Link: ASP Function to count files in a folder'>ASP Function to count files in a folder</a></li>
<li><a href='http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ereg_replace-function/' rel='bookmark' title='Permanent Link: ASP equivalent to PHP ereg_replace function'>ASP equivalent to PHP ereg_replace function</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/php-web-page-to-text-function/' rel='bookmark' title='Permanent Link: PHP Web page to text function'>PHP Web page to text function</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ucfirst-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
