Hi, I am trying to replace all brackets with parentheses in the columns titles of my excel sheet.
so title for each column looks like this to what I want:
amb t [c] --> amb_t(c)
amb t [f] --> amb _t(f)
t [s] --> t(s)
etc.
Can anyone help with this? this is my first time using regex to replacing special characters.