Hi, the regex search fails as expected on the given text the starting part: [^\d\.] requires exactly one character other than a digit or a dot, which are not there at the given positions. Using regex search for this might be rather demanding to get right;
if your log data for downloads are always on single line and you want to filterlines for incomplete downloads, it might be possible without regex in pspad. in the Find dialog (Ctrl+F) use the pattern 100% check [x] Copy non-matching and click [Copy] The resulting lines (other than those containing 100%) are then copied to a new file. If there are other irrelevant lines in your data file, you can list only those containing "%" again, use % in the search field, uncheck [x] Copy non-matching and click [Copy]. hth, vbr -- <https://forum.pspad.com/read.php?2,70380,70412> PSPad freeware editor https://www.pspad.com
