PHP str_ireplace() May 22, 2012 Pramod T P It replaces some characters in a string (case-insensitive) Example <?php echo str_ireplace(“phpcodez”, “phpcode”, “phpcodez”); ?> Output phpcode