79652493

Date: 2025-06-04 09:40:22
Score: 1
Natty:
Report link

You can achieve this using the Mark Feature of Notepad++ combined with Regex.

First of all, ((?:mcc|mnc): \d.*) will match you all values of mcc and mnc with the following digets.

You can then use Mark feature with Regex to mark all matching rows in your Log.

Mark Feature with Reges

Afterwards go to Search, Bookmark , Remove Unmarked Lines

Remove non bockmarked lines

Result:

Result

After you've done this you can save the result in another file.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bending Rodriguez