<?php $text = 'TEST_A, TEST_B, TEST_C (with A, B, C), TEST_D'; var_export(preg_split('~\([^)]*\)(*SKIP)(*FAIL)|, ~', $text));
You have javascript disabled. You will not be able to edit any code.