<?php $s = "alpha beta-gamma delta"; $pattern = "/[\h-]+/"; print_r(preg_split($pattern, $s));
You have javascript disabled. You will not be able to edit any code.