my $str = "dies ist ein test"; if(index($str, "ist") != -1) { print "gefunden"; }