<?php $input = <<< E ================================================================================ INPUT FILE ================================================================================ NAME = CO-c0m1.txt | 1> ! HF def2-TZVP opt numfreq | 2> | 3> % scf | 4> convergence tight | 5> end | 6> | 7> * xyz 0 1 | 8> C 0 0 0 | 9> O 0 0 1 | 10> * | 11> | 12> ****END OF INPUT**** ================================================================================ E; preg_match_all('/^\|\s*\d*>(.*)$/m', $input, $matches); echo(implode("\n", $matches[1]));
You have javascript disabled. You will not be able to edit any code.