summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-09-19 10:38:14 -0600
committerFather Chrysostomos <sprout@cpan.org>2010-09-22 14:50:44 -0700
commite7c1e6c17f14a02226d41112091dfb1849c29ff2 (patch)
tree5060261044ef99951224683fb974033c696b489f /handy.h
parent151c3fe5f7dc89494468b7e5b9b616c7836b255b (diff)
downloadperl-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/handy.h b/handy.h
index e091a9b8cd..6f264b75c8 100644
--- a/handy.h
+++ b/handy.h
@@ -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.