Jump to content

Notepad++: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 August 2025

  • curprev 15:0015:00, 6 August 2025 Encryptid talk contribs 847 bytes +847 Created page with "Some Tips and Tricks for Notepad++ =Searching= ==Extended Search== ==Regex== ===Samples=== Find all HTML Tags <[^>]+> Find all IPv4 Addressess \d+\.\d+\.\d+\.\d+ Find Time and Date (Example below: 01/01/2021 12:00 AM) \d+\/\d+\/\d+\s\d+:\d+\s[AP]M ===Work Specific=== ====URL/IPs from Analyze Hosts==== URL Selection URL:\s[A-Za-z\.\-]+[^<] Newline after IP (Find and replace with "\1\n") (\d+\.\d+\.\d+\.\d+) Remove data before URL (Find and replace wi..."