<?php //get the first occurance which is |~hey~| $string = '|~hey~|~look~|~behind~|'; preg_match('!\|~(.*)~\|!', $string, $matched); var_dump($matched);
You have javascript disabled. You will not be able to edit any code.