in reply to Re^2: Regex to ignore comment
in thread Regex to ignore comment

How do you know the difference between:

pattern = the number is #8 # number

and

pattern = the number is 9 #8 , changed 2015-10-20

Maybe a comment really starts with "# " (hash and then a blank)?