Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2014-07-24 14:49
Flavor·Python

r"
^(.*\[(error|warning|notice|info|debug)\].*)$
"
mg
Open regex in editor

Description

If you need to grab an entire log line based on criteria (error,warning,notice,info,debug), use this Regexp and change the parameters accordingly.

Submitted by Neill Lima