Check if a string contains evil space characters.
These characters are not visible in the string, but they are present in the string. In many cases, these characters are pretending to be spaces or even hidden themselves, which make program malfunction.
The string to check
True if evil spaces are found, otherwise false
Check if a string contains evil space characters.