Regular Expressions 101

Community Patterns

0

video img

ECMAScript (JavaScript)
/\/g
Submitted by anonymous - 4 years ago
0

AE Log Line

Python
no description available
Submitted by anonymous - 4 years ago

JavaScript Percentage Validation

1

Regular Expression
ECMAScript (JavaScript)

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

Description

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