Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-03-15 18:08
Flavor·ECMAScript (JavaScript)

/
^((?:\d){1,3}(?:\.\d{1,3}){0,8})
/
mg
Open regex in editor

Description

Search for items in dot separated lists like 1 1.1 1.1.1 ... 2 2.1 etc.

Submitted by Vlad