<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013327" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013327</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/changing-case#comment-1077355</link>
    <description> &lt;p&gt;That&#039;s great! It&#039;s so simple. Thanks!&lt;/p&gt;
 </description>
     <pubDate>Sat, 27 Jan 2001 17:39:07 +0000</pubDate>
 <dc:creator>spragueg</dc:creator>
 <guid isPermaLink="false">comment 1077355 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/changing-case#comment-1077332</link>
    <description> &lt;p&gt;You can either use the functions uc() and lc() or use the \U and \L string escapes.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;example:&lt;br /&gt;my $name = &amp;#039;RoBeRt&amp;#039;;&lt;br /&gt;print $name = lc($name);#output robert&lt;br /&gt;print $name = uc($name); #output ROBERT&lt;br /&gt;print $name = &amp;quot;\L$name&amp;quot;; #output robert&lt;br /&gt;print $name = &amp;quot;\U$name&amp;quot;;#output ROBERT&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;hope that helps&lt;/p&gt;
 </description>
     <pubDate>Sat, 27 Jan 2001 01:55:28 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1077332 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
