![]() |
|
more useful options | |
PerlMonks |
Re: Re: uc() every other letterby stefp (Vicar) |
on Sep 28, 2001 at 18:01 UTC ( [id://115394]=note: print w/replies, xml ) | Need Help?? |
simpler: $lcase =~ s/(\w)(\w)/\l$1\u$2/g -- stefp
In Section
Seekers of Perl Wisdom
|
|