How to use RegEx (in Notepad++) to remove unnecessary information? -
this question has answer here:
- reference - regex mean? 1 answer
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
try these steps:
- ctrl+h
- in find type .*in
- in replace type in
- select regular expression checkbox.
- click replace all
Comments
Post a Comment