<?php $s = "[[String]]"; if (preg_match_all('~(?=((\[(?:\w++|(?2))*])|\b\w+))~', $s, $m)){ print_r($m[1]); }
You have javascript disabled. You will not be able to edit any code.