Regular Expressions 101

Community Patterns

0

end

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

ddd

Python
no description available
Submitted by anonymous - 8 years ago
2

Fix Card Def

PCRE (PHP <7.3)
no description available
Submitted by yyrkroon - 8 years ago

100 to 0 with up to 2 digits after the decimal

1

Regular Expression
PCRE (PHP <7.3)

/
^[0-1]?\d?\d?(\.\d?\d?)?$
/

Description

Loading markdown...
Submitted by Joe Wilson - 8 years ago