Regular Expressions 101

Community Patterns

0

IE

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

11位整数含两位小数校验

1

Regular Expression
ECMAScript (JavaScript)

/
^([1-9]{1}\d{1,11}|0)(\.\d{1,2})?$
/
g

Description

Loading markdown...
Submitted by yang - a year ago