Get values which contain only whitelisted characters from a comma-delimited string – PHP
I have an array (converted from a string) that contains words with non-standard letters (letters not used in English, like ć, ä, ü). I don't want to replace those characters, I want to get rid of the whole words that…