If the text is say

WhassUp:
Nothing Yet
How do I use Regex to get "Nothing yet"?

I was trying this but it didn't work...

"^\s*WhassUp\s*:(.+)$"

Am I missing something...