<?php $strs= ["Rosemary Hess (2018) (Germany) (all media)", "Jackie H Spriggs (catering)"]; foreach ($strs as $s){ print_r( preg_split('~\s*(?=\([^()]*\))~', $s, 2) ); }
You have javascript disabled. You will not be able to edit any code.