Regular Search Line Boundaries “^" not work

Solved bugs are moved into this topic...
Post Reply
hycmos
Posts: 86
Joined: 06.11.2019 02:17

Regular Search Line Boundaries “^" not work

Post by hycmos »

In the version 1.113.2.0 win10 64bit, the "^" can not find anything. I want it can match the start word of one line.
***************
.good abc
***************
Find: ^\.good
cannot find(regx):^\.good

It seems this will work in the early version.
This bug makes some macros donot work in the 1.113.2.0.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

I see it, it don't find at each line begin, only at 1st line. To fix.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

fixed, will be in next update.
Post Reply