I am trying to change a date which is listed as 26th August 2017 to a format of just number of yyyy-mm-dd
I am using ^(\\d+)\\D*(\\d+)\\D*(\\d\\d)$ with a re
^(\\d+)\\D*(\\d+)\\D*(\\d\\d)$