Is there any simple way with PHP to verify that each word in a string is at least 5 characters?
I've looked into strlen and str_word_count but haven't found anything that I can use to say "if each word is N length, do this". Each word is separated by a space.
number of bytes rather than the number of characters. php.net/manual/en/function.mb-strlen.php would be for number of characters