79389240

Date: 2025-01-26 20:27:38
Score: 1
Natty:
Report link

While it's possible, you can probably capture it without using negative lookahead using something like:

\s*General\s+Information\s+(?:---)+-*[\s\S]+?(?:---)+-*\s*$

You can read the details here

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: aaa