Case sensitive search. By default, the search process is case insensitive . If you want to make it case sensitive, just check the Match case box in the Find dialog.
Read moreHow do I replace a specific string?
Java String replace(CharSequence target, CharSequence replacement) method example
Read more