Consider following line (like in a table of contents):
6.1.34.2 Some text
(there is a tab after the "2").
When searching for ^\d\+[.]\d\+[.]\d\+[^.] the line is selected (and colored from "6" to "4"), which IMHO is not correct due to the last dot in the testcase.
With ^\d\+[.]\d\+[.]\d\+\s the line is not selected (as expected).
My question is, what is wrong with the first regex?
34with\d+, letting go of the4and matching it with[^.]