I managed to solve my last problem, but I have a new problem. I have many sentences like this:
(24361,"12.05.2001","Random1","Random2","3-0","2-0","End",309,328,957)
(24362,"12.05.2001","Random3","Random4","1-4","7-3","End",123,1004,4320)
I want to keep everything from the date(for example 12.05.2001) to the word End. Everything else should be removed. Be aware that all the numbers are random.
Any bright mind who know how to solve this problem?