.*any character (except for line terminators), repeated any number of times
\da digit
\sany whitespace character
Group 1(\d+-\d+-\d+T\d+:\d+:\d+) \d+a digit, repeated at least once
-the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
-the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
Tthe literal T (8410 / 1248 / 5416) (case sensitive)
\d+a digit, repeated at least once
:the literal : (5810 / 728 / 3A16)
\d+a digit, repeated at least once
:the literal : (5810 / 728 / 3A16)
\d+a digit, repeated at least once
\+the literal + (4310 / 538 / 2B16)
\d+a digit, repeated at least once
:the literal : (5810 / 728 / 3A16)
\d+a digit, repeated at least once
\sany whitespace character
.*?any character (except for line terminators), repeated any number of times
\sany whitespace character
Group 3(\d+,\d+\/\d+\/\d+) \d+a digit, repeated at least once
,the literal , (4410 / 548 / 2C16)
\d+a digit, repeated at least once
\/the literal / (4710 / 578 / 2F16)
\d+a digit, repeated at least once
\/the literal / (4710 / 578 / 2F16)
\d+a digit, repeated at least once
the literal (3210 / 408 / 2016)
.*?any character (except for line terminators), repeated any number of times
the literal (3210 / 408 / 2016)
.*?any character (except for line terminators), repeated any number of times
the literal (3210 / 408 / 2016)
.*?any character (except for line terminators), repeated any number of times
the literal (3210 / 408 / 2016)
\d+a digit, repeated at least once
:the literal : (5810 / 728 / 3A16)
\d+a digit, repeated at least once
:the literal : (5810 / 728 / 3A16)
\d+a digit, repeated at least once
,the literal , (4410 / 548 / 2C16)
\d+a digit, repeated at least once
,THREAT,the literal text ,THREAT, (case sensitive) urlthe literal text url (case sensitive) ,the literal , (4410 / 548 / 2C16)
Group 6(\d+,\d+\/\d+\/\d+ \d+:\d+:\d+) \d+a digit, repeated at least once
,the literal , (4410 / 548 / 2C16)
\d+a digit, repeated at least once
\/the literal / (4710 / 578 / 2F16)
\d+a digit, repeated at least once
\/the literal / (4710 / 578 / 2F16)
\d+a digit, repeated at least once
the literal (3210 / 408 / 2016)
\d+a digit, repeated at least once
:the literal : (5810 / 728 / 3A16)
\d+a digit, repeated at least once
:the literal : (5810 / 728 / 3A16)
\d+a digit, repeated at least once
,the literal , (4410 / 548 / 2C16)
Group 7(\d+\.\d+\.\d+\.\d+) \d+a digit, repeated at least once
\.the literal . (4610 / 568 / 2E16)
\d+a digit, repeated at least once
\.the literal . (4610 / 568 / 2E16)
\d+a digit, repeated at least once
\.the literal . (4610 / 568 / 2E16)
\d+a digit, repeated at least once
,the literal , (4410 / 548 / 2C16)
.*any character (except for line terminators), repeated any number of times
g modifier: global. Finds all matches instead of stopping after the first