I have this string in $s:
$s
ben say (#yellow) hey
At the moment I\'m using:
$parts = array_filter(preg_sp
this will work:
$parts = array_filter(preg_split('/[\s\(\)]+/', $s));