I have a number of exported text fields from an old access database that are being ported over into a new MySQL structure. There are various field inputs in the format:
10/06/2010 09:10:40 Work not yet started
I would like to take that string and use some sort of regular expression to extract the date/time information and then the comment afterwards.
Is there a simple regular expression syntax for matching this information?
I think I’ll have a go a this
you then have the necessary values to reconstruct the time in any format you wish.