Regular Expressions 101

Community Library

Community Library Entry

2

Regular ExpressionOpen Workspace

/
^([MTWFS][\w]{2},) (\d{2}) ([A-Z][a-z]{2}) (\d{4}) (\d{2}:\d{2}:\d{2}) ([A-Z]{3,}|[+\-]\d+)$
/
gm

Description
Created·2024-05-12 09:36
Updated·2024-05-12 09:47
Type·Match
Flavor·PCRE2 (PHP)

Test your RSS pubDate has a correctly formatted date value according to the RFC822 standard It will match timeZoneName (eg GMT, EST) or time zone offset (eg. +0100)

Submitted by Anonymous
Open Workspace