Some of my strings that I echo out from my database has seven \u7 (%07) attached to it, I have never seen that before, does anyone know what it is and how to remove it from the string?
I have tried:
$pat = array("\r\n", "\n\r", "\n", "\r", "\u7");
$val = str_replace($pat, '', $val);
and different php Sanitize filters but nothing seems to remove it