Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-01-30 12:38
Flavor·PCRE (Legacy)

/
^((?!00.0|0.0)[0-9]{1,2}\.[0-9]{1,2}){1}?|100.0$
/
g
Open regex in editor

Description

floating numbers between 0-100 excluding 00

Submitted by Rohit