I'm not sure if I'm doing something wrong here. I'm using Replace with multiple entries and Remove boxes which are working well, except I need a regex to change all but the last underscore "_" to a hyphen "-" after all the other changes. But it seems that the regex in the last entry of a multiple replace does not work. For example, replace: \regex\(_(?=.*_)) with: - works, but replace: D|\regex\(_(?=.*_)) with X|- only replaces the D's. Is that a bug or am I missing something?
Thanks,