Re: String formatting and transformation

2003-11-27 Thread Larry Wall
On Thu, Nov 27, 2003 at 10:16:50PM +, 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

Re: String formatting and transformation

2003-11-27 Thread Pete Lomax
On Thu, 27 Nov 2003 15:04:47 -0500, Dan Sugalski <[EMAIL PROTECTED]> wrote: >Well, this has been let slide far too long -- it's time to address >string formatting and transformations. I know some folks have nudged >on this stuff, so lets get it going. > >Here's a list of the string transformatio