-
-
Save ersoyugur/8c9d0c8cb0d22fdf35a5080ab3c000eb to your computer and use it in GitHub Desktop.
Notepad++ Advanced search and replace. Null, Enter char, Tab, Regular Expressions, Etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment