Info
- Rulename
- rfc850-date
- Dependencies
- GMT, SP, DIGIT, day, month, date2, day-name-l, hour, minute, second, time-of-day, rfc850-date
- Used Builtins
- DIGIT, SP
Alphabet
␠
,
-
0…9
:
A
D
F
G
J
M
N
O
S
T
W
a
b
c
d
e
g
h
i
l
n
o
p
r
s
t
u
v
y
Translations
ECMAScript/JavaScript Regular Expression Literal
/^((Mond|Frid)ay, [0-9]{2}-|Wednesday, [0-9]{2}-|T(hursd|uesd)ay, [0-9]{2}-|S(und|aturd)ay, [0-9]{2}-)(((Nov-[0-9]{2}|Ma[ry]-[0-9]{2}|Oct-[0-9]{2}) [0-9]{2}:[0-9]{2}:[0-9]{2} GM|Feb-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} GM|Dec-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} GM|Sep-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} GM)T|A(pr-[0-9]{2}|ug-[0-9]{2}) [0-9]{2}:[0-9]{2}:[0-9]{2} GMT|J(an|u[ln])-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} GMT)$/
Swift Regular Expression
((Mond|Frid)ay, [0-9]{2}-|Wednesday, [0-9]{2}-|T(hursd|uesd)ay, [0-9]{2}-|S(und|aturd)ay, [0-9]{2}-)(((Nov-[0-9]{2}|Ma[ry]-[0-9]{2}|Oct-[0-9]{2}) [0-9]{2}:[0-9]{2}:[0-9]{2} GM|Feb-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} GM|Dec-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} GM|Sep-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} GM)T|A(pr-[0-9]{2}|ug-[0-9]{2}) [0-9]{2}:[0-9]{2}:[0-9]{2} GMT|J(an|u[ln])-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} GMT)
POSIX Extended Regular Expression
((Mond|Frid)ay, [0-9]{2}-|Wednesday, [0-9]{2}-|T(hursd|uesd)ay, [0-9]{2}-|S(und|aturd)ay, [0-9]{2}-)(((Nov-[0-9]{2}|Ma[ry]-[0-9]{2}|Oct-[0-9]{2}) [0-9]{2}:[0-9]{2}:[0-9]{2} GM|Feb-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} GM|Dec-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} GM|Sep-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} GM)T|A(pr-[0-9]{2}|ug-[0-9]{2}) [0-9]{2}:[0-9]{2}:[0-9]{2} GMT|J(an|u[ln])-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} GMT)