I'm sure this is not a difficult question to answer. I'm able to replace a specific word or regex expression within a file in Android Studio.
But, I can't seem to know how to do it project wide.
I'm clicking ctrl-R and click on replaceAll button, but it only changes within the current file.
Any idea how to do the same but in the entire project.