Closed rbuj closed 4 years ago
Test: search ^\d{2}\.\w{3}+.* in te text below:
^\d{2}\.\w{3}+.*
11 aa 222 11.aaa 222 11 aaa 222 11.aaa 222 11 11.aaa 222
Result: found the even lines
Closes #541
Looks like we can consider this as Bugfix for cherry-picking to stable branch?
Thank you.
Test: search
^\d{2}\.\w{3}+.*
in te text below:Result: found the even lines
Closes #541