<?php $string = 'The quick [begin]brown fox[end] jumps over [begin]the lazy[end] dog.'; $array = preg_split('/\\[begin\\]|\\[end\\]/', $string, -1); print_r($array);
You have javascript disabled. You will not be able to edit any code.