How to clear ZWNBP (zero width no-break space) in string (PHP)

You can use this code to clear ZWNBP (zero width no-break space) in a string:

$cleanResult = trim(utf8_decode($sourceString), '?');

where $sourceString =  string with ZWNBP 

Comments

No comments yet, you can leave yours: