Simon Chenery - 2016-01-27

An example regex that would skip empty lines and any line beginning with a hash or two slashes is:

^(//.*|#.*|)$