I have been trying to capture only the numbers in this sentence so that it stays as follows:
Before:
- 602,135 results
After:
602135
I was testing the following: #\d+#
But just select me 602
PS: I had already consulted in other posts but they could not solve my problem.