Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-08-13 02:45
Flavor·Python

r"
(DEBUG|INFO|WARNING|ERROR):\s(\d{2}/.+-\d{4}) (\[\w+\])\s([^:]+):\s(.+) by (.+)\s(\w+@\w+\..+)
"
Open regex in editor

Description

Matches elements of a log entry from SC.

Submitted by G.E. Hatt Jr