I have a log file with time stamps on each line such as
2012-06-26 21:31:40 Killshot: Something, Something...
2012-06-26 21:31:40 Killed [player name]
2012-06-26 21:31:40 Executing Death Sequence
2012-06-26 21:31:41 Restarting match
I want to replace all the timestamps with blank space in N++. How would I go about having it replace all the different timestamps with that blank space?
