On Thu, Nov 27, 2003 at 10:16:50PM +0000, Pete Lomax wrote: : Of the above (IMO), up & downcase are core functions, the rest not.
It's not so simple. Upcasing the first letter should really use the Unicode title case mapping, not upper case. At least that's how Perl 5 does it. Larry