Currently, Find and Replace does a substring match which is not useful when you want to do an exact match. E.g. In a gender column, if you want to find male and replace it with M, female also gets matched (perhaps unintentionally).
There should be a checkbox option "Exact match" that matches the entire content of the cell instead of a substring match.