++repeats the group contents below at least once:
^start of line
\[the literal [ (9110 / 1338 / 5B16)
Linkthe literal text Link (case sensitive) \]the literal ] (9310 / 1358 / 5D16)
\na line-feed (newline) character (ASCII 10)
Negated Character Class[^\n]*+ *+matches any number of characters outside the set below:
\na line-feed (newline) character (ASCII 10)
\na line-feed (newline) character (ASCII 10)