Regular Expressions 101

Sponsors

Library entries

8
python

repeat group match

no description available
Submitted by anonymous - 8 years ago
4
javascript

url

no description available
Submitted by anonymous - 8 years ago
0
python

Match HTTP error code

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

country name

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

Bar Number

Length of 5 or 7. if 7, it should start with 20.
Submitted by Chris Roe - 8 years ago
3
javascript

email

no description available
Submitted by anonymous - 8 years ago
0
javascript

WOrd with colon

no description available
Submitted by HJ - 8 years ago

英数記号あり(大文字小文字の区別なし)で、かつ8文字以上

Vote

1

Regular Expression
javascript

/
^(?=.*[0-9])(?=.*[A-Za-z])(?=.*[!\x22\#$%&@'()*+,-./_])[\w!\x22\#$%&@'()*+,-./]{8,}$
/

Description

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