Regular Expressions 101

Community Patterns

0

comma separated ESPEC

Python
ESPEC
Submitted by Ian Cole - 5 months ago

S3 AWS Bucket Matcher

0

Regular Expression
ECMAScript (JavaScript)

/
^(?!^xn--.*)(?!^.*(\.s3alias|--ol-s3)$)(?!^([0-9]+\.){3}[0-9]+$)(?!.*\.\.+)(^[a-z0-9][a-z0-9\-\.]{1,61}[a-z0-9]$)$
/
gm

Description

Loading markdown...
Submitted by anonymous - 8 months ago
(Last modified 8 months ago)