79809132

Date: 2025-11-04 16:12:33
Score: 1
Natty:
Report link

Testing against the code block from the regex101 link in VS code, it seems like the first section of the regex is unnecessary. The text can be matched by just using [^(]+\(\n

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: jmcgriz