SQL: the literal text SQL: (case sensitive) \[the literal [ (9110 / 1338 / 5B16)
\d+a digit, repeated at least once
\]the literal ] (9310 / 1358 / 5D16)
the literal (3210 / 408 / 2016)
.*any character, repeated any number of times
Sent SQL: the literal text Sent SQL: (case sensitive) \[the literal [ (9110 / 1338 / 5B16)
\d+a digit, repeated at least once
\]the literal ] (9310 / 1358 / 5D16)
the literal (3210 / 408 / 2016)
Group send_sql(?<send_sql>.*) .*any character, repeated any number of times
Params:the literal text Params: (case sensitive) s modifier: single line. Allows a dot to match line terminators