NotepadNext icon indicating copy to clipboard operation
NotepadNext copied to clipboard

Improper handling of zero length matches

Open SiouWang opened this issue 3 years ago • 1 comments

OS: Mac OS Monterey 12.4 NotepadNext: Qt version 5.15.2.

When i using the "find" function in "regular expression" mode, i can not find anything.

There is some words like this: aaaaaa bbbbbb ccccccc I want to add the "," to the end for each line. In "Notepad++" i can use the "$" to find it , and use the "," to replace. but a single "$" is not work in notepadnext.

SiouWang avatar Aug 04 '22 03:08 SiouWang

I can reproduce it as well. Looks like it is related to zero length matches.

dail8859 avatar Aug 04 '22 11:08 dail8859