$string = "abcdedefg"; if ($string =~ m|(.*?)|) { print $1; }