Filename string substitution: rename and reorder elements using RegEx
I am trying to understand the RegEx syntax to accomplish a limited scope of rename/reorder operations for migration to a new MAM/storage system. I have thousands of files with file names resembling the following:
HS - 3_1_18_1pm_Jerry Garcia
and need to identify and reorder the date/time string from the existing M_DD_YY_Ttt format seen above to the new format of:
YYYY_MM_DD
and then possibly rearrange the different elements of the filename.
I have used Bridge extensively in the past for basic find/replace and sequencing jobs, but I have been unable to find a good primer on the RegEx syntax for advanced string substitution. Please advise.

