Remove all (non breakable) spaces from a string in PHP
When working with emails you sometimes want to clear all html, spaces and other markup and just keep the plain text of a mail. Useful for indexing or searching in large amounts of emails.
Here is a snippet that removes all hard-to-get spaces, removes all html and decode special characters.