$string = "hello world"; print $string =~ /^.{6}(.{5})/;