This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix multicharacter titlecase (ucfirst).
[perl5.git] / t / op / lc.t
2001-10-23 Jarkko HietaniemiFix multicharacter titlecase (ucfirst).
2001-10-21 Jarkko HietaniemiImplement multicharacter case mappings where a single
2001-08-11 Jarkko HietaniemiAdd t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quote...