diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-09-19 10:38:14 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-09-22 14:50:44 -0700 |
commit | e7c1e6c17f14a02226d41112091dfb1849c29ff2 (patch) | |
tree | 5060261044ef99951224683fb974033c696b489f /handy.h | |
parent | 151c3fe5f7dc89494468b7e5b9b616c7836b255b (diff) | |
download | perl-e7c1e6c17f14a02226d41112091dfb1849c29ff2.tar.gz |
handy.h: toUPPER is not a char class fcn
toUPPER() and toLOWER() were grouped with the character class functions
(in perlapi), to which they are related, but aren't the same. Create a
new heading for these.
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -467,6 +467,8 @@ uppercase character. Returns a boolean indicating whether the C C<char> is a US-ASCII (Basic Latin) lowercase character. +=head1 Character case changing + =for apidoc Am|char|toUPPER|char ch Converts the specified character to uppercase. Characters outside the US-ASCII (Basic Latin) range are viewed as not having any case. |