Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-02-27 08:25
Flavor·PCRE (Legacy)

/
^\d$|^\d\s\d$|^\d\s\d\s\d$|^\d\s\d\s\d\s\d$
/
gm
Open regex in editor

Description

match the string

0 0 1 0 1 2 0 1 2 3

Submitted by Lyu JH