<?xml version="1.0" encoding="windows-1252"?>
<node id="269" title="perlfunc:uc" created="1999-08-24 18:42:44" updated="2005-08-15 01:37:42">
<type id="119">
perlfunc</type>
<author id="114">
gods</author>
<data>
<field name="doctext">
</field>
<field name="name">

&lt;P&gt;
uc - return upper-case version of a string

&lt;P&gt;
&lt;HR&gt;
</field>
<field name="synopsis">

&lt;P&gt;
uc 
&lt;FONT SIZE=-1&gt;EXPR&lt;/FONT&gt;

&lt;P&gt;
uc

&lt;P&gt;
&lt;HR&gt;
</field>
<field name="description">

&lt;P&gt;
Returns an uppercased version of 
&lt;FONT SIZE=-1&gt;EXPR.&lt;/FONT&gt; This is the internal function implementing the &lt;CODE&gt;\U&lt;/CODE&gt; escape in double-quoted strings. Respects current 
&lt;FONT SIZE=-1&gt;LC_CTYPE&lt;/FONT&gt; locale if &lt;CODE&gt;use locale&lt;/CODE&gt; in force. See [perlman:perllocale|the perllocale manpage].

&lt;P&gt;
If 
&lt;FONT SIZE=-1&gt;EXPR&lt;/FONT&gt; is omitted, uses &lt;CODE&gt;$_&lt;/CODE&gt;.

&lt;HR&gt;
</field>
</data>
</node>
