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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -