my $string = "irgendein text http://test.example _wort_ noch was"; $string =~ s!(http://.*?)\s_(.*?)_!$2!g; print $string;