Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-05-14 21:31
Flavor·PCRE2 (PHP)

/
[+-]?[0-9]*\.?[0-9]+
/
gm
Open regex in editor

Description

Basic matches an integer or floating point number with optional positive or negative signed.

Submitted by Tony Le