Community Patterns

Community Library Entry

0

Regular Expression
Created·2014-09-24 15:30
Flavor·PCRE (Legacy)

/
^-?(\d+|\d{1,3}(\.\d{3})+)(\,(\s)?\d*)?$
/
g
Open regex in editor

Description

number with or without thousands separator(.) and decimal part(,) ES: 100000; 1.646; 13323,33; 3.444.434,44

Submitted by Basten