<?php $str = 'one|two|three'; var_dump(explode("|", $str)); var_dump(preg_split("/\|/", $str));
You have javascript disabled. You will not be able to edit any code.