<?php $str = 'Hello world [something here]{optional}{optional}{optional}{n possibilities of this}'; var_export(preg_split('/ *\[|\]|(?=\{)/', $str, 0, PREG_SPLIT_NO_EMPTY));
You have javascript disabled. You will not be able to edit any code.