<?php $string = '("one","two","three,subthree","four")'; print_r(explode('","',trim($string,'"()')));
You have javascript disabled. You will not be able to edit any code.