I am trying to parse out a DateTime from a string using a regular expression. My issue is that I have a list of strings which need to be sorted by their date in descending order. I want to find a regex that will get the date from the strings. They all look similar but I am not sure how to do it. All help is much appreciated.
This is what the string looks like:
sdfsad[10/16/2014 at 9:52 AM by AJOHNSON]sdfsadf
And I have a list that all have the same type of format.
This is the regex I have so far:
[0-9].[/][0-9].[0-9].*[at]