0

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...)

francisMi
  • 925
  • 3
  • 15
  • 31

2 Answers2

1

If you can get Visual Studio 2010, it has a Find In Files search option that will return a clickable list of all results (double clicking will take you to the line). If you expand the options for the search, it has a place to enter a Regular Expression.

Orin MacGregor
  • 687
  • 1
  • 6
  • 12
0

Solution was:

EditPad Pro 7 (free trail):

Search => List All Matches

Search => Copy Matches

francisMi
  • 925
  • 3
  • 15
  • 31