Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-02-05 11:28
Flavor·PCRE (Legacy)

/
(\d{4}\-\d{1,2}\-\d{1,2} \d{2}:\d{2}:\d{2})(.*)(\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b)
/
gm
Open regex in editor

Description

extracts IP and Timestamp from log file for further processing.

Submitted by anonymous