RegExps in JavaScript

Javascript code posted by murphy < giles
created at 17 Jan 17:48, updated at 17 Jan 17:52

Edit | Back
1
var vals = lines[i].replace(/^\s+/, "").split(/\s+/);
53 Bytes in 2 ms with coderay