Community Patterns

Community Library Entry

-1

Regular Expression
Created·2015-09-30 05:46
Flavor·PCRE (Legacy)

/
((25[0-5])|(2[0-4][0-9])|(1[0-9][0-9])|([1-9][0-9])|([0-9]))[.]((25[0-5])|(2[0-4][0-9])|(1[0-9][0-9])|([1-9][0-9])|([0-9]))[.]((25[0-5])|(2[0-4][0-9])|(1[0-9][0-9])|([1-9][0-9])|([0-9]))[.]((25[0-5])|(2[0-4][0-9])|(1[0-9][0-9])|([1-9][0-9])|([0-9]))
/
m
Open regex in editor

Description

The given regex matches the IPV4 address of given ip address string.

Submitted by Ayush