Regular Expressions 101

Community Patterns

WindowsUpdate.log Line Breaker

2

Regular Expression
PCRE (PHP <7.3)

/
[]\r\n]+\d{4}\/\d{2}\/\d{2}\s\d{2}\:\d{2}\:\d{2}\.\d{7}\s\d{4}
/

Description

This regex defines the end and the beginning of a WindowsUpdate.log event.

Submitted by Dion Pezzimenti - 9 years ago