\[the literal [ (9110 / 1338 / 5B16)
Group severity(?P<severity>\w+) \w+any word character, repeated at least once
\]the literal ] (9310 / 1358 / 5D16)
\s*any whitespace character, repeated any number of times
Group remote(?P<remote>[^\s:]+) Negated Character Class[^\s:]+ +matches at least one character outside the set below:
\sany whitespace character
:the literal : (5810 / 728 / 3A16)
:the literal : (5810 / 728 / 3A16)
\d+a digit, repeated at least once
\s*any whitespace character, repeated any number of times
-the literal - (4510 / 558 / 2D16)
\s*any whitespace character, repeated any number of times
\d+a digit, repeated at least once
\s*any whitespace character, repeated any number of times
"the literal " (3410 / 428 / 2216)
Group type(?P<type>[\w]+) +matches at least one character from the set below:
\wany word character
\s*any whitespace character, repeated any number of times
Group class(?P<class>\w+) \w+any word character, repeated at least once
\s*any whitespace character, repeated any number of times
Group name(?P<name>[^\s]+) Negated Character Class[^\s]+ +matches at least one character outside the set below:
\sany whitespace character
\s*any whitespace character, repeated any number of times
Group proto(?P<proto>\w+) \w+any word character, repeated at least once
\s*any whitespace character, repeated any number of times
\d+a digit, repeated at least once
\s*any whitespace character, repeated any number of times
\w+any word character, repeated at least once
\s*any whitespace character, repeated any number of times
Group bufsize(?P<bufsize>\d+) \d+a digit, repeated at least once
"the literal " (3410 / 428 / 2216)
\s*any whitespace character, repeated any number of times
Group rcode(?P<rcode>\w+) \w+any word character, repeated at least once
\s*any whitespace character, repeated any number of times
Group rflags(?P<rflags>[^\s]+) Negated Character Class[^\s]+ +matches at least one character outside the set below:
\sany whitespace character
\s+any whitespace character, repeated at least once
Group rsize(?P<rsize>\d+) \d+a digit, repeated at least once
\s*any whitespace character, repeated any number of times
Group duration(?P<duration>[^\s]+) Negated Character Class[^\s]+ +matches at least one character outside the set below:
\sany whitespace character
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