Welcome to this Blog. I am Software Engineer and work for Zühlke Engineering AG in Bern. This is my private blog, in which I will post mainly about technical stuff like Software Engineering or IT related topics. The views expressed herein do not necessarily represent those of my employer.
06.02.2008
I got into a situation, in which I had the content of a large XML file in my clipboard. Unfortunately, the whole file didn’t had any breaks, they were all printed as \r\n.
But with Programmer’s Notepad 2 there is a simple solution. In the replace dialog, just enable the option “Allow backslash expression” in the Replace dialog and replace all \r\n in the text with “real” \r\n, which appear as breaks in the text.
Comments
Leave a comment

