+repeats the group contents below at least once:
\wany word character
;the literal ; (5910 / 738 / 3B16)
\wany word character
\na line-feed (newline) character (ASCII 10)
-{3,}the literal - (4510 / 558 / 2D16) , repeated at least 3 times
\na line-feed (newline) character (ASCII 10)
+repeats the group contents below at least once:
(?1)calls group 1 as a subroutine
\na line-feed (newline) character (ASCII 10)
(?1)calls group 1 as a subroutine
g modifier: global. Finds all matches instead of stopping after the first