Regular Expressions 101

Community Patterns

1...34567...599

test

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?<timestamp>[\d-]+ [\d:,]+) (?:\[\w+\] )?(?<level>[A-Z]+)(?<message>[\s\S]*)
/

Description

test

Submitted by anonymous - a year ago