Regular Expressions 101

Community Library

Community Library Entry

1

Regular ExpressionOpen Workspace

/
\d+\.\d+\.\d+\.\d+
/
mg

Description
Created·2015-06-17 18:33
Type·Match
Flavor·JavaScript

I've looked at some of the other IP matching that seems a lot more complex but several of them don't work, and I'm too simple minded to figure out why. Keep it simple, I've never had a problem matching IP addresses in logs with this one.

Submitted by Anonymous
Open Workspace