Bad File counts result

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Thadaw
Posts: 1
Joined: Mon Nov 18, 2013 3:32 pm

Bad File counts result

Post 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)
Post Reply