atom / find-and-replace

Find and replace in a single buffer and in the project
MIT License
242 stars 196 forks source link

Unable to replace certain words when the whole word option is selected #1106

Closed darangi closed 4 years ago

darangi commented 4 years ago

Description of the Change

Enables certain words to be replaced when the whole word option is selected e.g to replace foo( with bar( in an open file containing foo(x)

Applicable Issues

Fixes the issue https://github.com/atom/find-and-replace/issues/1102