If the text is say
How do I use Regex to get "Nothing yet"?Quote:
WhassUp:
Nothing Yet
I was trying this but it didn't work...
"^\s*WhassUp\s*:(.+)$"
Am I missing something...
Printable View
If the text is say
How do I use Regex to get "Nothing yet"?Quote:
WhassUp:
Nothing Yet
I was trying this but it didn't work...
"^\s*WhassUp\s*:(.+)$"
Am I missing something...
Never mind... figured it out...