Regular Expressions 101

Community Patterns

Log entry Regex

1

Regular Expression
PCRE (PHP <7.3)

/
(^\d{4}(-\d{2}){2}([^|]+\|){3})([\s\S]*?)(?=^\d{4}|\z)
/
gm

Description

no description available

Submitted by KP - 9 years ago