November 19

Remove every second carriage return starting from line two – OWA copy text issue

Using an application like Notepad++

Use Regular Expression mode. You will search for a carriage return (Windows uses \r\n as a carriage return), some text, and then another carriage return. The replace with will give you back only the stuff in the parenthesis. Make sure you run “Replace all” as I did not test on replacing one at a time.

Find what:     (\r\n.*)\r\n
Replace with:  \1

By: jeubank12


Copyright 2021. All rights reserved.

Posted November 19, 2020 by Timothy Conrad in category "Uncategorized

About the Author

If I were to describe myself with one word it would be, creative. I am interested in almost everything which keeps me rather busy. Here you will find some of my technical musings. Securely email me using - PGP: 4CB8 91EB 0C0A A530 3BE9 6D76 B076 96F1 6135 0A1B