my $string = "ACta"; $string = lc(substr($string, 0, length($string)-1)) . uc(substr($string, -1, 1));
King of Laziness, Wizard of Impatience, Lord of Hubris
In reply to Re: Implement uclast with a regex
by dada
in thread Implement uclast with a regex
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |