Regular Expressions 101

Library entries

1
pcre

OG by Sam

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

website

If needed to test entered website
Submitted by Max Shishkov - 8 years ago
1
pcre

ipv4 and ipv6

no description available
Submitted by shri - 8 years ago
1
pcre

ScoutPro data

no description available
Submitted by anonymous - 8 years ago
2
pcre

Replace REM by blank

no description available
Submitted by anonymous - 8 years ago
2
pcre

Simple @user replacement

no description available
Submitted by anonymous - 8 years ago
-2
pcre

HTML <script> regex

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

Year regexp

regexp for year filtering
Submitted by anonymous - 8 years ago

Validate credit card numbers

Vote

-2

Regular Expression
pcre

/
^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|6(?:011|5[0-9]{2})[0-9]{12}|(?:2131|1800|35\d{3})\d{11})$
/

Description

Loading markdown...
Submitted by www.regular-expressions.info/creditcard.html - 8 years ago