• Match Whole Word: When finding "cat", it excludes "catch" and only finds "cat"
Ex: "I have a cat" → Only "cat" is replaced, "catch" remains
• Use Regex: Find by pattern (Advanced) - Enter replacement value in 'Replace With'
Ex: Enter "\d+" in Find Word, "X" in Replace With → Replace all numbers with X