Removing Extra Spaces from Lines ... someText = someText.replace(/\s+/g," ");. This javascript regex finds multiple whitespaces and replaces them with a single ...
確定! 回上一頁