<?php $string = "ABF965;CDE436;EAF873"; echo preg_replace('/[^;]+/', 'N', $string);
You have javascript disabled. You will not be able to edit any code.