I'm pretty new to RegEx, but have been interested in it since I began using Bulk Rename Utility. I've used the other functions in the program, but seeing that RegEx is more complex, I'd like to see if it could solve my problem better.
For example, I have videos dated like this;
2020-7-3; blah.mp4
2022-08-03_blah.mp4
2013-04-03-20-34-08; blah.mp4
But I want them to appear like this;
2020(07-03)133452_blah.mp4
2022(08-03)143136_blah.mp4
2013(04-03)203408_blah.mp4
Where the first number is the year, the numbers in parenthesis are month/day, and the last digits are the timestamp it was published. I can't seem to use the other formulas/settings (i.e. "Date Modified", etc.) because the original date for a lot of files have been lost in the re-(re-re?)encoding process, so having the OG date in the name is very important.
Is there a way to take the numbers in the name and rehash the symbols so they display like the sample I gave? Is there any way to do this all in one expression? Thanks in advance :)
I haven't tried much yet; I'm pretty new to RegEx… I'd be eternally grateful to anyone who could help point me in the right direction to learn it through this example.