Title |
Test
Find
Full Date
|
Expression |
(?i)((sun(day)?|mon(day)?|tue(sday)?|wed(nesday)?|thu(rsday)?|fri(day)?|sat(urday)?),?\s)?((jan(uary)?|feb(ruary)?|mar(ch)?|apr(il)?|may|jun(e)?|jul(y)?|aug(ust)?|sep(tember)?|oct(ober)?|nov(ember)?|dec(ember)?)\s)+((0?[1-9]|[1-2][0-9]|3[0-1]),?\s)+([1-2][0-9][0-9][0-9]) |
Description |
Matches full textual date formats. Case insensitive, optional commas, short and long weekdays and months, optional weekdays, optional leading zeros in date. |
Matches |
Sun, Mar 7, 2012 | Sunday, March 7, 2012 | March 07, 2012 | SUN MARCH 7 2012 |
Non-Matches |
07MAR2012 | 03/07/2012 | Mar-07-2012 |
Author |
Rating:
Maverick
|
Source |
|
Your Rating |
|