Page 1 of 1

Bad File counts result

Posted: Mon Nov 18, 2013 4:18 pm
by Thadaw
TextPad 7.0.9.

If I search files for "^." regex with "all matching lines", I get the lines with at least one character. If I do the same search with "file counts only" I see a larger number.

Example a.txt:
abc
def

Find in files "^.", in files "a.txt", regex, "all matching lines" output:
  • Searching for: ^.
    a.txt(1): abc
    a.txt(2): def
    Found 2 occurrence(s) in 1 file(s)
Same search with "file counts only":
  • Searching for: ^.
    C:\Temp\a.txt: 6
    Found 6 occurrence(s) in 1 file(s)