advanced code snippet search
devnull69 on 08/15/11
regex regexp blank remove line
08/15/11 08:09pm
var output = input.replace(/^\s*$[\n\r]{1,}/gm, '');
Report this snippet Tweet
Comment:
You need to login to post a comment.