Re: Regular Expression Quick Reference
[email protected] (Iain Truskett)
| Newsgroups | perl.documentation |
|---|---|
| Message-ID | <[email protected]> |
* Tom Christiansen ([email protected]) [28 Jul 2003 01:20]: > >+ lc Lowercase a string > >+ lcfirst Lowercase first char of a string > >+ uc Uppercase a string > >+ ucfirst Uppercase first char of a string > Not quite; the last one (for ucfirst or \u) should be Titlecase, not > Uppercase--which of course, are not always the same. Excellent. Thank you both for your comments. cheers, -- Iain.