#3960
Yutaka Emura
Keymaster

I don’t want to make it a core feature because of my principle — avoid bloated feature set —.

However, I created a macro for you. Although it is not perfect, you can do the rest of work to make it perfect for you. This is for Java.


str = clipboardData.getData("Text");
str = """ + str.replace(/rn/mg,"n" +rn"") + "";";
document.write( str );