Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-14 13:53
Flavor·Python

r"
\[[0-9]{4}-[0-9]{2}-[0-9]{2}\](\[(?:debug|warning|error)\]).*
"
gm
Open regex in editor

Description

[[0-9]{4}-[0-9]{2}-[0-9]{2}]([(?:debug|warning|error)]).*

Submitted by anonymous