How to use RegEx (in Notepad++) to remove unnecessary information? -


this question has answer here:

i have opened list of log files in notepad++, , use regular expressions remove (on each line), precedes log file name (as attached).

if can offer advice on how go removing unnecessary information on each line (using regex) appreciated.

kind regards,

davo

enter image description here

try these steps:

  1. ctrl+h
  2. in find type .*in
  3. in replace type in
  4. select regular expression checkbox.
  5. click replace all

Comments