Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-04-08 22:55
Flavor·PCRE2 (PHP)

/
^[-+]?[0-9]+([\,|\.][0-9]+)?$
/
gm
Open regex in editor

Description

Signed numbers with optional decimal part (comma or dot)

Submitted by ImAlbi57