Regular Expressions 101

Sponsors

Library entries

1
javascript

C#

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

0000000

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

Username check

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

Todo Comments

no description available
Submitted by Marvin Hagemeister - 7 years ago
1
javascript

email regex

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

Sentence checker

This will validate any nu of lines
Submitted by noby nirmal - 7 years ago
1
javascript

username

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

i

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

Perfect URL Validation

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

xregexp

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

KLC051 Regex

no description available
Submitted by anonymous - 7 years ago

Date-Validation with mm/dd/yyyy or mmddyyyy or mm-dd-yyyy or m/d/yyyy

Vote

1

Regular Expression
javascript

/
^(?:(?:(?:0?[13578]|1[02])(\/|-|\.)31)\1|(?:(?:0?[1,3-9]|1[0-2])(\/?|-|\.)(?:29|30)\2))(?:(?:1[6-9]|[2-9]\d)?\d{2})$|^(?:(?:0?2)(\/?|-|\.)(?:29)\3(?:(?:(?:1[6-9]|[2-9]\d)?(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00))))$|^(?:(?:0?[1-9])|(?:1[0-2]))(\/?|-|\.)(?:0?[1-9]|1\d|2[0-8])\4(?:(?:1[6-9]|[2-9]\d)?\d{2})$
/
gm

Description

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