regex-utc-date
Regular expression for UTC date.
Installation
npm install regex-utc-date
Usage
var regex = ; ;// => true var match = ;match0 // => 'Sun, 07 Dec 2014 09:44:50 GMT'match1 // => 'Sun'match2 // => '07'match3 // => 'Dec'match4 // => '2014'match5 // => '09:44:50'match6 // => '09'match7 // => '44'match8 // => '50'