<?php $txt = " {ABC} + 1 - 1 {DEF} + 2 - 2 {IJK} + 3 - 3 {LMN} + 4 - 4 "; preg_match_all('/{[^{]*/', $txt, $matches); print_r($matches);
You have javascript disabled. You will not be able to edit any code.