I have a string in which the word \"LOCAL\" occurs many times. I used the find() function to search for this word but it returns another word \"Locally\" as wel
find()
Look for ' local '? Notice that Python is case sensitive.