Difference between revisions of "How to Format a Log Quickly"
Line 57: | Line 57: | ||
|'''Remove any triple lines between paragraphs''' |
|'''Remove any triple lines between paragraphs''' |
||
|[[image:Log_fr_extended.png|center|125px]] |
|[[image:Log_fr_extended.png|center|125px]] |
||
− | | |
+ | |\r |
− | | |
+ | |\r\r |
|} |
|} |
||
Revision as of 07:47, 10 March 2012
Logging can be done smoothly. Usually, it is a case of knowing a little advanced Find and Replace. I've probably included more screenshots than is needed.
What You Need
- A client that supports logging. For example, SimpleMU or BeipMU.
- A text editor that supports advanced searches. If you run Windows, install Notepad++. If you're using another OS, use its native text editor.
How You Do It
To clean a log in this fashion, you will be tinkering with a few of Find and Replace's more advanced features. Don't worry, though. Just copy and paste what you see in the table below. The table shows you what to search for when doing this in Notepad++. Linux and Mac text editors should be able to perform similar functions.
To find... | Open Search, and Select... | Paste This into Find | Paste this into Replace |
Pages |
^From afar\, (.*?)$ ^[A-Za-z\-\'\`]+ pages\: (.*?)$ ^Long distance to (.*?)\: (.*?)$ ^You paged (.*?) with \'(.*?)\'$ ^From afar\, to \((.*?)\)\: (.*?)$ ^To \((.*?)\)\, (.*?) pages: (.*?)$ |
Put nothing into Replace (that is, leave it blank) | |
Channel Chatter | ^\[[A-Za-z]+\] (.*?)$ | Put nothing into Replace (that is, leave it blank) | |
OOC Chatter | ^<OOC> (.*?)$ | Put nothing into Replace (that is, leave it blank) | |
Remove spacing before poses | ^\s+ | Put nothing into Replace (that is, leave it blank) | |
Remove excess returns |
1. Search for \n\n and replace with nothing 2. Search for \r\r and then replace with \r and click "Replace All" until you get "0 occurances replaced" in the popup | ||
Remove any triple lines between paragraphs | \r | \r\r |
Note regarding adding additional lines between paragraphs, or removing any triple lines: \n and \r stand for New line, and Return, respectively. Depending on your OS, you may need to search for \n\n\n or \r\r\r instead (just one or the other). Try and see! You're not going to hurt it.