3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '"4:01pm - n1234",+0.50'; preg_match_all('/\"(.*?)\s-\s(.*?)\",(.*)/', $str, $matches); //$matches[] = // Print the entire match result var_dump($matches);
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.19, 8.3.0 - 8.3.7
array(4) { [0]=> array(1) { [0]=> string(22) ""4:01pm - n1234",+0.50" } [1]=> array(1) { [0]=> string(6) "4:01pm" } [2]=> array(1) { [0]=> string(5) "n1234" } [3]=> array(1) { [0]=> string(5) "+0.50" } }

preferences:
204.77 ms | 404 KiB | 293 Q