Here, I am sharing you another basic technique about java where I have searched a word in a String and then replace it by another word. In this technique I have avoided case differences (avoiding upper case or lower case letter difference). From this example you will be able to know about
- How to search any specific word in a string
- How to avoid case difference while searching a word in a string using java
- How to replace any specific word ignoring case difference.






