Yes hixxy, your answer is more in-depth to the regex. Pardon me that I didn't word it better.
Code:
/hello\s(?!hixxy)\w+/
This will sort of negate a set of words that consists the name hixxy in it. That is what I meant by "negate."