Say I have text like the following text selected with the cursor:
This is a test. This is a test. This is a test. This is a test.
I wo
Clipboard := RegExReplace(Clipboard, "(\S+)\R", "$1 ")