I'm trying to remove a whitespace from a string, but this whitespace its not detected, i've tried so many solutions like str_replace()
, preg_replace()
htmlentities()
an html_entity_decode()
but its not working because i can't detect this whitespace even if it's really present.
So any ideas please ?
An example : 7412 148 ==> The goal is : 7412148 PS : i've tried to convert it to INT (not working) !
Thanks