Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-30 14:01
Flavor·Python

r"
ticky: (INFO|ERROR)(: [\w\W $]+?)(\([\w]*\))
"
gm
Open regex in editor

Description

Extract data of syslog.log format

Submitted by anonymous