@shopgate/engage
Version:
Shopgate's ENGAGE library.
1 lines • 232 B
JavaScript
export default(function(str){var isXhtml=arguments.length>1&&arguments[1]!==undefined?arguments[1]:false;var breakTag=isXhtml?'<br />':'<br>';return String(str).replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g,"$1".concat(breakTag,"$2"));});