3v4l.org

run code in 300+ PHP versions simultaneously
<?php $re = '~^\|\h+\d+>(?!\h*\Q****END OF INPUT****\E)\h\K.+~mi'; $str = '================================================================================ 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**** ================================================================================ '; preg_match_all($re, $str, $matches); // Print the entire match result print_r($matches);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [0] => ! HF def2-TZVP opt numfreq [1] => % scf [2] => convergence tight [3] => end [4] => * xyz 0 1 [5] => C 0 0 0 [6] => O 0 0 1 [7] => * ) )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
40.01 ms | 406 KiB | 5 Q