I have a log file and I need to remove the first 27 characters off every line. You would have a line like this:
2011-09-25 01:25:29 [INFO] <Exazoro> wazup
But it needs to be like this:
<Exazoro> wazup
|
I have a log file and I need to remove the first 27 characters off every line. You would have a line like this:
But it needs to be like this:
|
|||||
|
|
Use regular expression search, search for
Unfortunately, Notepad++ does not support repetition counts like Alternatively, use rectangular multi-line selection (press
Using Unix tools (e.g. Cygwin, UnxUtils) you can use |
|||||||||||||||
|