End Google Ads 201810 - BS.net 01 --> I am learning how to read text files at the moment, and it seems regular expressions is the way to go for what I need. I understand the concept but not quite sure how to implement it.

I have the line...

$2 USD NL Texas Hold'em - Sunday, August 09, 19:05:42 EDT 2009

...stored in a string. I would like to take certain parts of this and store them in seperate strings.
The data I need is...

NL Texas Hold'em
August 09
19:05:42
2009

Would it be possible for someone to show some example code on how to retrieve this data?

Thank you.