daddel80 / notepadpp-multireplace

MultiReplace is a plugin for Notepad++ enabling multi-string replacement, allowing list saving and loading. It provides CSV syntax highlighting and enabling precise column targeting. Additionally, it introduces conditional and computational operations within the replacement string.
GNU General Public License v2.0
20 stars 7 forks source link

Regex Replace All and Selection #50

Closed andry81 closed 2 months ago

andry81 commented 2 months ago

The same as here https://github.com/daddel80/notepadpp-multireplace/issues/37

But with enabled Regular Expressions.

daddel80 commented 2 months ago

Hi andry81,

Thank you for pointing out this error. I took a quick look and believe I’ve identified the usual suspect. However, I still need to run a few more tests to ensure there are no unexpected side effects with this fix.

daddel80 commented 2 months ago

Hi andry81,

pls check the following Build #465. This should fix the issue.