<?php $string = 'aaa, bbb, ccc, ddd, eee, fff'; $n = 3; var_export( preg_replace("/(?:[^,]*\K,){{$n}}.*/s", '', $string) );
You have javascript disabled. You will not be able to edit any code.