Community Patterns

Community Library Entry

-2

Regular Expression
Created·2014-04-29 08:56
Flavor·PCRE (Legacy)

/
(\d+\.\d+\.\d+\.\d+)\s+([\w\-]+)\s+([\w\-]+)\s+(\w+)\s+(\d+)\s+
/
Open regex in editor

Description

Matches an Ip and any 3 words and a number after separated by any number of spacing characters.

Submitted by Attalward