Talk:RP Logs: Difference between revisions

From From Dusk till Jawn
Jump to navigation Jump to search
(Created page with "Notepad++ Log Cleanup Regex Find: .*Today at \d(\d)?:\d\d .M\R Replace: \n Change "Today" to whatever else, yesterday, etc, depending on the log. Find: ^\(.+\)$\R Replace: No...")
 
No edit summary
 
Line 1: Line 1:
Notepad++ Log Cleanup Regex
=== Notepad++ Log Cleanup Regex ===
Find: .*Today at \d(\d)?:\d\d .M\R
:'''Find:''' .*Today at \d(\d)?:\d\d .M\R
Replace: \n
:'''Replace:''' \n
Change "Today" to whatever else, yesterday, etc, depending on the log.
:Change "Today" to whatever else, yesterday, etc, depending on the log.


Find: ^\(.+\)$\R
 
Replace: Nothing
:'''Find:''' ^\(.+\)$\R
:'''Replace:''' Nothing

Latest revision as of 05:08, 3 July 2020

Notepad++ Log Cleanup Regex

Find: .*Today at \d(\d)?:\d\d .M\R
Replace: \n
Change "Today" to whatever else, yesterday, etc, depending on the log.


Find: ^\(.+\)$\R
Replace: Nothing