Is there a possibility to "search all" in Textpad (or with some other text-editor)?
Because I only want the numbers of addresses:
StreetTest 98
StreetTestB 5A
So I use the search regex: [0-9].*$
But textpad gives the results one by one. (and it's a file of 4000 entries...)