$string = "Hallo Welt wie geht es dir?"; $string =~ s/Hallo(?= Welt)//;