Implement `reformatDate(s)` converting a date from `YYYY-MM-DD` to `DD/MM/YYYY` using capture groups.
+ 1 hidden test run on Submit.
Capture groups for each date part let the replacement reorder them into DD/MM/YYYY.
Run your code to see results.