Every come across a dataset where there are a mixture of date formats used, such as dd-MM-yyyy, yyyy/MM/dd, MM-dd-yyyy? Using regex to solve for this by spotting patterns in the text could be the answer. ...