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. ...
Use Case: I have spoken with many users tasked with parsing HTML or XML data, serialized data, or even unstructured data, and many of them end up doing this task with 10-20 tools just to ...