atom / find-and-replace

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

(REGEX) \D^\D crashes the editor #1147

Open RenatoLopes771 opened 3 years ago

RenatoLopes771 commented 3 years ago

Prerequisites

Description

The search \D^\D crashes the program.

Another issue is capturing groups not working, at least for me. But the main issue here is the crash

Steps to Reproduce

Using find and replace, enable REGEX and use \D^\D The csv file I used is as follows: https://pastebin.com/aaF5Qb1Y

Expected behavior:

Not to crash

Actual behavior:

It crashes

Reproduces how often:

Everytime I tried it

Versions

Windows 10 Atom 1.54.0 Electron 6.1.12

Additional Information