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