Regular Expressions 101

Community Patterns

pacemaker

0

Regular Expression
PCRE (PHP <7.3)

/
^\s*(?<time>[^ ]* {1,2}[^ ]* [^ ]*) \[(?<pid>\d+)\] (?<macid>[\-\w]*)\s*(?<component>\w*):\s+(?<severity>\w+):\s+(?<action>\w+):\s+(?<action_status>\w+) (?<mesage>[^\(]*) (\((?<meta>.*)\))$
/
gm

Description

no description available

Submitted by anonymous - 7 years ago