Regex: Difference between revisions

80 bytes removed ,  6 years ago
Line 147:
MasterCard numbers start with the numbers 51 through 55. All have 16 digits:
^5[1-5][0-9]{14}$
 
== URL ==
Simple URL Verification:
(http|https):\/\/([a-z])\w+\.(com|net|org)
 
== Misc Examples ==