Need some regex help in Java. I have a string, which contains text and always a date after it. Then after the date, without a space, a new text starts and ends with a date. and so on and on and on. I need to get all the text instances out with loop. It needs to exclude date from the beginning and expect date in the end. Could anyone suggest a good regex for it?Need some regex help in Java. I have a string,