Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Unable to replace text with special character when the search regex contains a word boundary #316

Merged
merged 3 commits into from
Nov 16, 2019

Conversation

darangi
Copy link
Contributor

@darangi darangi commented Nov 15, 2019

Description of the Change

Enables texts with special characters to be replaced when search regex contains a word boundary in open file(s) e.g to replace foo( with bar( in an open file containing foo(x) using /\bfoo\(\b/gim as the search regex

Applicable Issues

Fixes the issue in find-and-replace package atom/find-and-replace#1102

@darangi darangi changed the title Unable to replace text with special character when the search regex contains a word boundry ry Unable to replace text with special character when the search regex contains a word boundary Nov 15, 2019
@darangi darangi requested a review from lkashef November 15, 2019 20:16
Copy link

@lkashef lkashef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job @darangi, good ahead and merge :)

@darangi darangi merged commit 7b15d7d into master Nov 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants