Say I labeled a Equation with \label{ABC}, and refer to it couple of times with \ref{ABC}. Now I want to change the label to \label{XYZ}. Is there an automatic way that those \ref{ABC} will be simultaneously changed to \ref{XYZ}?
I also have multiple .tex files and \input them to the main file. So search/replace doesn't work well...

