We can now revisit the task of matching any character.
What if we want to match every word separated by whitespace?
Remember:
\s - any whitespace character
\S - anything that is not a whitespace character
Match every password (they can't contain whitespace)