Hello,
I have a list of files in the format aa_bb_fname_lname_ccc.jpg. I would like to change the underscore between fname and lname to a space. aa, bb are both two charachter strings, fname, lname and ccc may be various lengths. It will always be the first underscore I want to change beyond the 7th position.
Can BRU do this, and if so, what regex to I need?
Chris