%the literal % (3710 / 458 / 2516)
\w+any word character, repeated at least once
-the literal - (4510 / 558 / 2D16)
Group Severity(?P<Severity>[^\-]+) Negated Character Class[^\-]+ +matches at least one character outside the set below:
\-the literal - (4510 / 558 / 2D16)
-the literal - (4510 / 558 / 2D16)
.*any character (except for line terminators), repeated any number of times
Interfacethe literal text Interface (case sensitive) \sany whitespace character
Group Interface(?P<Interface>[^\,]+) Negated Character Class[^\,]+ +matches at least one character outside the set below:
\,the literal , (4410 / 548 / 2C16)
g modifier: global. Finds all matches instead of stopping after the first