RegEx Javascript: How to replace all instances of “non-white space character + CR + LF” with, “white space character + CR + LF”
I’m passing a string with jQuery, but it throws an Invalid or unexpected token error anytime there’s a CR+LF without a leading white space in front of it.