Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-11-12 08:13
Flavor·PCRE (Legacy)

/
^[0-9]*(?:[^0-9a-z][0-9]*)*$
/
gm
Open regex in editor

Description

Regex to get any numeric string

Submitted by anonymous