<script type="text/javascript"> var str=' t\n\ e\n\ x\n\ t'; str=str.split(/\n\s*|\r\s*/g); str=str.join(''); alert(str); </script>