I have a string:
2014-12-06 01:08:14 Andrew (76561198093241035) killed Moraiti () with weapon hgun_PDW2000_F
I need to be able to seperate this string into its seperate parts like so:
2014-12-06 01:08:14
Andrew
(76561198093241035)
Moraiti
hgun_PDW2000_F
The problem is I don't exactly how many characters each item will have. Is this even possible?