I'm doing a find and replace in VSCode for some CSS classes and I'm running into the following issue when matching for the word row. It finds row successfully, but I'm trying to avoid it from also matching things like row-label. Is there a way to match strings that only includes things such as row and .row?