Editing help needed
Posted: Sun Oct 29, 2017 2:30 pm
I'm floundering a bit here and would much appreciate some help please.
I have text lines like this:
25-10-2017, 10 20 12
xyz 25-10-2017, 10 20 20
abc 25-10-2017, 11 01 05
26-11-2017, 11 01 14
Z 25-10-2017, 11 01 18
27-09-2017, 11 04 08
IOW, always a string like this (representing dates/times)
25-10-2017, 10 20 12
which may or may not be preceded by a purely alphabetc string, and if it does there will be a separating space.
I want the result to ignore the prefix and take this form:
25102017-102012
27092017-110408
etc
Terry, East Grinstead, UK
I have text lines like this:
25-10-2017, 10 20 12
xyz 25-10-2017, 10 20 20
abc 25-10-2017, 11 01 05
26-11-2017, 11 01 14
Z 25-10-2017, 11 01 18
27-09-2017, 11 04 08
IOW, always a string like this (representing dates/times)
25-10-2017, 10 20 12
which may or may not be preceded by a purely alphabetc string, and if it does there will be a separating space.
I want the result to ignore the prefix and take this form:
25102017-102012
27092017-110408
etc
Terry, East Grinstead, UK