Regular Expressions 101

Community Patterns

0

pens

Python
testing
Submitted by anonymous - a year ago
0

71871164

Python
Stack overflow example
Submitted by anonymous - a year ago
0

#value # value

Python
account for comments
Submitted by anonymous - a year ago
0

matlab代码

Python
matlab代码
Submitted by java - a year ago

decimal nr between 0-99999.99 with comma or dot with max. 2 decimal digits

1

Regular Expression
ECMAScript (JavaScript)

/
^([0-9]{1,5})(([,.]{1})([0-9]{1,2}))?$
/

Description

Loading markdown...
Submitted by anonymous - 7 years ago