\"something here ; and there, oh,that\'s all!\"
I want to split it by ; and ,
;
,
so after processing should get:
', print_r( preg_split( $pattern, $string ), 1 ), '
Updated answer to an updated question: