my $string = 'foo.bar.txt'; $string =~ s/\.\w{3}$//; [download]
In reply to Re: Regex To Remove File Extension by n3toy in thread Regex To Remove File Extension by Anonymous Monk