79241535

Date: 2024-12-01 12:30:41
Score: 1.5
Natty:
Report link

With this regular expression I was able to match most difficult cases:

(?:[ \t]*Rem\s+|')(?![^"]*"(?:[^"]*"[^"]*")*[^"]*(?=[\r\n]+))[^\r\n]*

It only misses the lines of multiline comments after the first line (last two lines of my test code), but I think that we could get there too with some more work...

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 6diegodiego9