Skip to content

Instantly share code, notes, and snippets.

View arif25169's full-sized avatar
🎯
Focusing

Arif Hasan arif25169

🎯
Focusing
View GitHub Profile
@arif25169
arif25169 / Notepad++AdvancedSearch.txt
Created January 7, 2019 10:07 — forked from ramons03/Notepad++AdvancedSearch.txt
Notepad++ Advanced search and replace. Null, Enter char, Tab, Regular Expressions, Etc.
Open the find/replace dialog.
At the bottom will be some Search mode options. Select "Extended (\n \r \t \0 \x...)"
In either the Find what or the Replace with field entries, you can use the following escapes:
\n new line (LF)
\r carriage return (CR)
\t tab character
\0 null character
\xddd special character with code ddd