Regular Expressions 101

Community Patterns

Syslog RFC 5424

0

Regular Expression
PCRE (PHP <7.3)

/
^\<([0-9]{1,3})\>(\d{0,2}) (\-|[\S]+) (\-|[\S]{1,255}) (\-|[\S]{1,48}) (\-|[\S]{1,128}) (\-|[\S]{1,32}) (\-|\[[\S\s]+\]) ([\S\s]+){0,1}
/
g

Description

Simple matcher for syslog RFC 5424

Submitted by loreii - 6 years ago