Regular Expressions 101

Community Patterns

Serilog text file regex

0

Regular Expression
PCRE (PHP <7.3)

/
^(?<Date>[\d\-]{10})? (?<Time>[\d\:\.\+\ ]{19})? (?<Level>\[[A-Z]{3}\]) (?<Message>[\s\S]*?\n*(?=^[\d\-]{10}.*?(?:[^ \n]+ )|\z))
/
gm

Description

no description available

Submitted by anonymous - 5 years ago