I have multiple filenames with dates in different formats - see forum below for example.
Need some help creating a regex to relocate the date within a filename to the end of then file. Depending on the file, the dates are in random locations within the filename string
Previous thread allowed me to manipulate the filename date to output in YYYY-MM-DD. That works perfectly.
Now im trying to add or create a new regex to relocate that date to the end of the filename. Meaning if the date is at the start or middle of the filename it will move to the end