\[the literal [ (9110 / 1338 / 5B16)
Group field1(?<field1>[^\]]+) Negated Character Class[^\]]+ +matches at least one character outside the set below:
\]the literal ] (9310 / 1358 / 5D16)
\]the literal ] (9310 / 1358 / 5D16)
\s+any whitespace character, repeated at least once
Group field2(?<field2>\S+) \S+any non-whitespace character, repeated at least once
\s+any whitespace character, repeated at least once
Group field3(?<field3>\S+) \S+any non-whitespace character, repeated at least once
\s+any whitespace character, repeated at least once
Group field4(?<field4>\S+) \S+any non-whitespace character, repeated at least once
\s+any whitespace character, repeated at least once
Group field5(?<field5>\S+) \S+any non-whitespace character, repeated at least once
\s+any whitespace character, repeated at least once
Group field6(?<field6>\S+) \S+any non-whitespace character, repeated at least once
\s+any whitespace character, repeated at least once
Group field7(?<field7>\S+) \S+any non-whitespace character, repeated at least once
\s+any whitespace character, repeated at least once
Group field8(?<field8>\S+) \S+any non-whitespace character, repeated at least once
\s+any whitespace character, repeated at least once
Group field9(?<field9>\S+) \S+any non-whitespace character, repeated at least once
Group 10(\s+(?<field10>\S+)\s+(?<field11>\w+:\"[^\"]+\")\s+(?<field12>\S+)\s+(?<field13>\S+)\s+(?<field14>\S+)(\s+(?<field15>\S+))?)? ?repeats the group contents below at most once:
\s+any whitespace character, repeated at least once
Group field10(?<field10>\S+) \S+any non-whitespace character, repeated at least once
\s+any whitespace character, repeated at least once
Group field11(?<field11>\w+:\"[^\"]+\") \w+any word character, repeated at least once
:the literal : (5810 / 728 / 3A16)
\"the literal " (3410 / 428 / 2216)
Negated Character Class[^\"]+ +matches at least one character outside the set below:
\"the literal " (3410 / 428 / 2216)
\"the literal " (3410 / 428 / 2216)
\s+any whitespace character, repeated at least once
Group field12(?<field12>\S+) \S+any non-whitespace character, repeated at least once
\s+any whitespace character, repeated at least once
Group field13(?<field13>\S+) \S+any non-whitespace character, repeated at least once
\s+any whitespace character, repeated at least once
Group field14(?<field14>\S+) \S+any non-whitespace character, repeated at least once
Group 16(\s+(?<field15>\S+))? ?repeats the group contents below at most once:
\s+any whitespace character, repeated at least once
Group field15(?<field15>\S+) \S+any non-whitespace character, repeated at least once
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string