Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-02-04 08:57
Flavor·PCRE2 (PHP)

/
^(-?\d+)(,?\d+)*(\.\d+(e\d+)?)?$
/
gm
Open regex in editor

Description

Matching a decimal numbers

Submitted by anonymous