Use regular expressions to detect date format

Setup
# Setup python virtual environment
$ virtualenv venv --python=python3
$ source venv/bin/activate
# change directory to the repo where we have requirements file
$ cd Regular_Expressions/
# Install python dependencies
$ pip3 install -r requirements.txt
Run
Use the following command in the current directory.
python3 src/main.py data/dev/ output/dev.csv
Data
The assignment’s development data can be found inside data/dev.
GitHub