Here it goes again:
$_ ="abc.def"; s/(.*?\.)/\U$1/; print;
output:
ABC.defnote: tr doesn't work well with international character sets - use \U or uc() instead.
In reply to Re: TRing part of a line
by fglock
in thread TRing part of a line
by curtisb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |