Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-11-06 15:52
Flavor·PCRE (Legacy)

/
^(((\d{0,16})\.\d{1,16})|([0-9]{1})|([1-9]{1}\d{0,15})|[1-9]{1,3}(,\d{3}){1,}|(([1-9]{0,3},(\d{1,3}))*(\.\d{1,16}))|([1-9]{1,3},\d{3}))$
/
gm
Open regex in editor

Description

any int, any int with decimal any int with comma delimited any int with comma delimited and decimal

Submitted by amaroyche