Regular Expressions 101

Community Patterns

0

ul-li discover

PCRE (PHP <7.3)
ul li discovered
Submitted by anonymous - 6 years ago

Floating Point number verifier and extractor with scientific notation support

1

Regular Expression
PCRE (PHP <7.3)

/
^(([+-]?(?:\d*(?:\.(?=\d))?\d*))(?:(?:(?<=\d)[Ee])?((?2)))(?<=\d))?$
/
g

Description

Loading markdown...
Submitted by Tamoghna Chowdhury - 6 years ago