Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-12-25 22:03
Flavor·PCRE (Legacy)

/
(^\d{1,2}+\.\d{1,2}\.\d{1,2}\.\d{1,2}$)
/
gm
Open regex in editor

Description

Will only capture patterns matching 4 levels, found at the beginning of a line if /gm tag is used

Submitted by bsmith