Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-03-06 10:34
Flavor·PCRE (Legacy)

/
(?!000)[0-9]{3}
/
g
Open regex in editor

Description

A regex to match three digit number excluding 000

Submitted by anonymous