26
Notepad++ v8.6.3 release (notepad-plus-plus.org)
27
 
 

When I copy some long string like json from a debugger, and want to look at it properly formatted it starts off encoded with /n and /t characters, etc.

I usually go:

  • Replace (Normal) /n -> qqqq
  • Replace (Extended) qqqq -> /n

Is there some trick to do this in one step?

28
Notepad++ v8.6.2 release (notepad-plus-plus.org)