Closed vheon closed 11 years ago
on line 19th why not use ^\s*$ to skip empty line?
^\s*$
Either way would work fine. I guess * would allow more lines to short circuit, making for a miniscule speed increase.
*
on line 19th why not use
^\s*$
to skip empty line?