Regular Expressions 101

Community Patterns

rabbitmq

0

Regular Expression
PCRE (PHP <7.3)

/
^=((?<component>[^ ]*(SUPERVISOR))|(?<severity>[^ ]*(INFO))).*\s+(?<time>[^ =]*)\s+[=]*\n(?<message>(?s)^(.*?)(?:(?:\r*\n){2}))
/
gxm

Description

no description available

Submitted by anonymous - 7 years ago