We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d638e5f commit d52fc17Copy full SHA for d52fc17
1 file changed
README.md
@@ -58,10 +58,11 @@ Preparation:
58
59
Instructions for reformatting:
60
* Open document in Notepad++
61
-* Press Ctrl-A to mark the complete document
62
-* Open the Search dialog (Ctrl-F) and switch to the 'Replace' tab
63
-* In the 'Find what:' field, enter: \s(?<=.{100})
64
-* In the 'Replace with:' field, enter: \n
+* Press *Ctrl-A* to mark the complete text
+* Open the Search dialog (*Ctrl-F*) and switch to the 'Replace' tab
+* In the 'Search Mode' area at the bottom of the 'Replace' tab, select 'Regular Expression'
+* In the 'Find what:' field, enter: *\s(?<=.{100})*
65
+* In the 'Replace with:' field, enter: *\n*
66
* Click 'Replace All' button
67
* Save the reformatted document
68
0 commit comments