\"something here ; and there, oh,that\'s all!\"
I want to split it by ; and ,
;
,
so after processing should get:
$result_array = preg_split( "/[;,]/", $starting_string );