Hi there,
I'm trying to use the RegEx Replace formula in the Dynamic Rename tool to remove the underscores from the name. However, I only want the underscores removed from around the words in the name and then replace the underscores between the numbers to a slash for a date format.
An example of my field names are:
_ABC_Corp_123456_5_31_2023
_ABCBank_123456_5_31_2023
I know I've set up my formula incorrectly because the results are either coming back with Field_6 and Field_7 or blank and blank 2. These were the formulas I was trying:
This one to take the first underscore and replace it with nothing - gives me back Field_6.

This one to take the underscores between the letters to replace with a space, doesn't work since the prior formula gives back Field_6.

Could someone help me with this?
Thank you!