^start of string
Negated Character Class[^=]+ +matches at least one character outside the set below:
=the literal = (6110 / 758 / 3D16)
=the literal = (6110 / 758 / 3D16)
\d+a digit, repeated at least once
\na line-feed (newline) character (ASCII 10)
.*?any character (except for line terminators), repeated any number of times
\1the text saved by group 1
=the literal = (6110 / 758 / 3D16)
\d+a digit, repeated at least once