^start of line
Non-Capturing Group(?:\s*Connection\s+)? ?repeats the group contents below at most once:
\s*any whitespace character, repeated any number of times
Connectionthe literal text Connection (case sensitive) \s+any whitespace character, repeated at least once
.+?any character (except for line terminators), repeated at least once
\s*any whitespace character, repeated any number of times
=the literal = (6110 / 758 / 3D16)
\s*any whitespace character, repeated any number of times
newthe literal text new (case sensitive) \s+any whitespace character, repeated at least once
DBConnectionthe literal text DBConnection (case sensitive)