Regular Expressions 101

Community Patterns

1

test

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

IME14

ECMAScript (JavaScript)
Remove RJN.P and LALT.OQ
Submitted by HZ - 8 years ago
1

sophos

Python
my first one
Submitted by bwl - 8 years ago

Validate percentage in JavaScript (Working)

1

Regular Expression
ECMAScript (JavaScript)

/
^100$|^[0-9]{0,2}$|^[0-9]{0,2}\.[0-9]{1,2}?$
/

Description

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