<?php $matches = array(); $t = preg_match_all('/{(.*?)\}/s', '{Hello} {my} {name} {is} {Bob}', $matches); echo implode(',',$matches[1]);
You have javascript disabled. You will not be able to edit any code.