$re = '/^[^\n]*\n([^\n]+).*/';
$str = '
Deutsche Internationale Schule in Abu Dhabi
P.O. Box 4150\\nAbu Dhabi\\nTelefon:\\t00971-2-6668668\\nTelefax:\\t+ 971-2-6653107\\nE-Mail-Schule:\\tinfo@gisad.ae\\nE-Mail VwLtr:\\tdoris.boehm@gisad.ae\\nE-Mail Vorstand:vv@gisad.ae\\n\\nInternet:\\twww.gisad.ae\\n\\nZeitdifferenz (in Std.):\\nSommerzeit:\\t+2\\nWinterzeit:\\t+3\\n\\n2. Zuständige Auslandsvertretung:\\nEmbassy of the Federal Republic of Germany\\nP.O.Box 2591\\n\\n\\n\\nAbu Dhabi\\n\\n\\n\\nVereinigte ';
preg_match_all($re, $str, $matches, PREG_SET_ORDER, 0);
// Print the entire match result
var_dump($matches);
Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for PHP, please visit: http://php.net/manual/en/ref.pcre.php