my $string = "ACta"; $string =~ s/^(.*)(.)$/\L$1\U$2/; [download]
Dave
In reply to Re: Implement uclast with a regex by davido in thread Implement uclast with a regex by Anonymous Monk