I have the following sample text:
1.1.1.1.1. Test. Test1.
1.1.1.1. Test
1. Test
I would like to select the 1. of all but the test. I used the following regex: ([0-9].) The problem is that on the first line it selects 1. in Test1. and I would like you to select the first letter. Could you help me with that?
Thank you in advance!
EDIT 1:
Selecting everything in front of the last 1. also helps. These numbers are the levels of a tree and I would like to remove them only by keeping the rest of the text