Posts by Matheus Machado • 33 points
1 post
-
3
votes3
answers2728
viewsQ: How to select this piece of text in Regex
I have the following text example: 1.1.1.1.1. Test. Test 1. 1.1.1.1. Testing 1. Testing I would like to select the 1. of all but until the test. I used the following regex: ([0-9]. ) the problem is…
regexasked Matheus Machado 33