Value
stringlengths
2
60
Pattern
stringlengths
3
56
Reason
stringlengths
78
167
RiOYI8:AW*Ufg
[\w:\*]+
Value has word chars \w+ and punctuation marks ':', '*', wich are kept and escaped.
1993$5E02$5E11T18$5F34$5F20.510Z
\d{4}\$5E\d{2}\$5E\d{2}T\d{2}\$5F\d{2}\$5F\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$5E'. 'T' splits date from time. hour:min:sec are separated by '$5F'. precision is 'milliseconds. ends with 'Z'.
y7tXRgR1uB9m
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
xWP2G4UH,zr7Czk8Y5rTFD
[\w,]+
Value has word chars \w+ and punctuation marks ',', wich are kept and escaped.
731092614017391
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2013$5B08$5B01+16%5E45%5E02.926Z
\d{4}\$5B\d{2}\$5B\d{2}\+\d{2}%5E\d{2}%5E\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$5B'. '+' splits date from time. hour:min:sec are separated by '%5E'. precision is 'milliseconds. ends with 'Z'.
2010-10-19 00:43:09.901
\d{4}\-\d{2}\-\d{2}\ \d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '-'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
2025-10-26T20:11:11.651Z
\d{4}\-\d{2}\-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
2017-09-16+05%7D03%7D18.352Z
\d{4}\-\d{2}\-\d{2}\+\d{2}%7D\d{2}%7D\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. '+' splits date from time. hour:min:sec are separated by '%7D'. precision is 'milliseconds. ends with 'Z'.
773845
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
1994-03-24 19%3E31%3E10
\d{4}\-\d{2}\-\d{2}\ \d{2}%3E\d{2}%3E\d{2}
Value is an iso-date. year-month-day are separated by '-'. ' ' splits date from time. hour:min:sec are separated by '%3E'. precision is 'seconds.
2020-09-09T08:53:16.425Z
\d{4}\-\d{2}\-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
BqYvs_ZVk3wwc0&I73X<20_Emn1F0hJ
[\w\&<_]+
Value has word chars \w+ and punctuation marks '&', '<', '_', wich are kept and escaped.
bNiD<yWR8niZj3NvNPCi
[\w<]+
Value has word chars \w+ and punctuation marks '<', wich are kept and escaped.
2016$2B02$2B19T21:41:19.976Z
\d{4}\$2B\d{2}\$2B\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$2B'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
K6pUwn7hjme+2_Cl
[\w\+]+
Value has word chars \w+ and punctuation marks '+', wich are kept and escaped.
jd6AKv>Qku"17;EiD9O6hr2
[\w>";]+
Value has word chars \w+ and punctuation marks '>', '"', ';', wich are kept and escaped.
a_NEk}W8
[\w\}]+
Value has word chars \w+ and punctuation marks '}', wich are kept and escaped.
910857357
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2024-04-12T01:09:35Z
\d{4}\-\d{2}\-\d{2}T\d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
36474309
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2027$2611$2629 04:03:16Z
\d{4}\$26\d{2}\$26\d{2}\ \d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '$26'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
1991$7B12$7B24+17:46:06.345
\d{4}\$7B\d{2}\$7B\d{2}\+\d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '$7B'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
2029%5E04%5E23+15%3E07%3E24.131Z
\d{4}%5E\d{2}%5E\d{2}\+\d{2}%3E\d{2}%3E\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%5E'. '+' splits date from time. hour:min:sec are separated by '%3E'. precision is 'milliseconds. ends with 'Z'.
2003%2502%2502T12:54:13
\d{4}%25\d{2}%25\d{2}T\d{2}:\d{2}:\d{2}
Value is an iso-date. year-month-day are separated by '%25'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds.
2028$2508$2529+13%6037%6033.047Z
\d{4}\$25\d{2}\$25\d{2}\+\d{2}%60\d{2}%60\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$25'. '+' splits date from time. hour:min:sec are separated by '%60'. precision is 'milliseconds. ends with 'Z'.
2001-04-21+13%5E17%5E38.933
\d{4}\-\d{2}\-\d{2}\+\d{2}%5E\d{2}%5E\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '-'. '+' splits date from time. hour:min:sec are separated by '%5E'. precision is 'milliseconds.
QylJWwnfnqy!fA1P_aOIO_/m4RW*Vb8CtieWX
[\w!/\*]+
Value has word chars \w+ and punctuation marks '!', '/', '*', wich are kept and escaped.
0qAsil
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
eYj8y7IEiw67Zk[Ct0smFeKndEAp>8t%yUzmtoGmrb
[\w\[>%]+
Value has word chars \w+ and punctuation marks '[', '>', '%', wich are kept and escaped.
2013%5E05%5E31T05%5B37%5B42.143Z
\d{4}%5E\d{2}%5E\d{2}T\d{2}%5B\d{2}%5B\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%5E'. 'T' splits date from time. hour:min:sec are separated by '%5B'. precision is 'milliseconds. ends with 'Z'.
nCioB8FJADft2Cu]Q5
[\w\]]+
Value has word chars \w+ and punctuation marks ']', wich are kept and escaped.
UKxCuLz_
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2007$7E05$7E06T05:09:00Z
\d{4}\$7E\d{2}\$7E\d{2}T\d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '$7E'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
TRORx_UKpSv]Rd7Q6FOhnT,l2u$jGhkMm
[\w\],\$]+
Value has word chars \w+ and punctuation marks ']', ',', '$', wich are kept and escaped.
2005-09-22T12%5D53%5D27.515Z
\d{4}\-\d{2}\-\d{2}T\d{2}%5D\d{2}%5D\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by '%5D'. precision is 'milliseconds. ends with 'Z'.
IYoIjdVjXcn7fy$DB5PliOfcS~vHPF_H862
[\w\$\~]+
Value has word chars \w+ and punctuation marks '$', '~', wich are kept and escaped.
YKTC9Ia9d7
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2010-06-08+01%2D04%2D42.532Z
\d{4}\-\d{2}\-\d{2}\+\d{2}%2D\d{2}%2D\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. '+' splits date from time. hour:min:sec are separated by '%2D'. precision is 'milliseconds. ends with 'Z'.
2004%3F09%3F02T01$7D31$7D42.599Z
\d{4}%3F\d{2}%3F\d{2}T\d{2}\$7D\d{2}\$7D\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%3F'. 'T' splits date from time. hour:min:sec are separated by '$7D'. precision is 'milliseconds. ends with 'Z'.
mSo[u4RUG3dFjljCQkq0*lokhkA793Nkv&jEF04ythn80
[\w\[\*\&]+
Value has word chars \w+ and punctuation marks '[', '*', '&', wich are kept and escaped.
378361713944968
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
MTaNv0OJw9A-QVxwW5kDAsx2
[\w\-]+
Value has word chars \w+ and punctuation marks '-', wich are kept and escaped.
aE7rir)lqwziX=J7dSIJZTQtTd,UF5y9wtyt
[\w\)=,]+
Value has word chars \w+ and punctuation marks ')', '=', ',', wich are kept and escaped.
CNHwPMhtaLAtkQN[hCejBNQxt?m$I
[\w\[\?\$]+
Value has word chars \w+ and punctuation marks '[', '?', '$', wich are kept and escaped.
NMPzZAgnFcv1$I|28UTz5S8hZp3`I7QhneOOPM
[\w\$\|`]+
Value has word chars \w+ and punctuation marks '$', '|', '`', wich are kept and escaped.
1998-09-10+09$5F12$5F33Z
\d{4}\-\d{2}\-\d{2}\+\d{2}\$5F\d{2}\$5F\d{2}Z
Value is an iso-date. year-month-day are separated by '-'. '+' splits date from time. hour:min:sec are separated by '$5F'. precision is 'seconds. ends with 'Z'.
2021-08-07T10%3E43%3E52.557Z
\d{4}\-\d{2}\-\d{2}T\d{2}%3E\d{2}%3E\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by '%3E'. precision is 'milliseconds. ends with 'Z'.
72690606871979
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2018-05-13T10:17:44Z
\d{4}\-\d{2}\-\d{2}T\d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
2016-01-04T20%2D08%2D14Z
\d{4}\-\d{2}\-\d{2}T\d{2}%2D\d{2}%2D\d{2}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by '%2D'. precision is 'seconds. ends with 'Z'.
LNXNF6vpZgF
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
244029865739
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
R_jNsR3xhjGW&A8u2MCtld48KD89'gU9_1gI8cxT
[\w_\&']+
Value has word chars \w+ and punctuation marks '_', '&', ''', wich are kept and escaped.
2018-11-29T03$2032$2039.561Z
\d{4}\-\d{2}\-\d{2}T\d{2}\$20\d{2}\$20\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by '$20'. precision is 'milliseconds. ends with 'Z'.
2019-06-13 23:49:23.694
\d{4}\-\d{2}\-\d{2}\ \d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '-'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
2003-02-07T00$3C27$3C47.211
\d{4}\-\d{2}\-\d{2}T\d{2}\$3C\d{2}\$3C\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by '$3C'. precision is 'milliseconds.
bGtEjb@g3nmAsqa7BC;Om6X0aXPUsPNH6:XuJS
[\w@;:]+
Value has word chars \w+ and punctuation marks '@', ';', ':', wich are kept and escaped.
2024%2007%2020+22%3B56%3B14.319
\d{4}%20\d{2}%20\d{2}\+\d{2}%3B\d{2}%3B\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%20'. '+' splits date from time. hour:min:sec are separated by '%3B'. precision is 'milliseconds.
2026-05-22T18%3E15%3E06.999Z
\d{4}\-\d{2}\-\d{2}T\d{2}%3E\d{2}%3E\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by '%3E'. precision is 'milliseconds. ends with 'Z'.
2029-11-17T08:03:58.382Z
\d{4}\-\d{2}\-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
2002-05-25T13:11:13.742
\d{4}\-\d{2}\-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
2003-07-15T08%3D23%3D59.140Z
\d{4}\-\d{2}\-\d{2}T\d{2}%3D\d{2}%3D\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by '%3D'. precision is 'milliseconds. ends with 'Z'.
oeADfHpC69
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
1998-02-28 21:08:26Z
\d{4}\-\d{2}\-\d{2}\ \d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '-'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
1993$2312$2309T15$5E36$5E42Z
\d{4}\$23\d{2}\$23\d{2}T\d{2}\$5E\d{2}\$5E\d{2}Z
Value is an iso-date. year-month-day are separated by '$23'. 'T' splits date from time. hour:min:sec are separated by '$5E'. precision is 'seconds. ends with 'Z'.
2027-10-20T05%7C37%7C50.152
\d{4}\-\d{2}\-\d{2}T\d{2}%7C\d{2}%7C\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by '%7C'. precision is 'milliseconds.
3Q4ZAJ7h_NrW"VRXz2fsJvYcISZD.RXhX_FUQzV^xi3z
[\w"\.\^]+
Value has word chars \w+ and punctuation marks '"', '.', '^', wich are kept and escaped.
2001-07-28 15%2627%2617.338Z
\d{4}\-\d{2}\-\d{2}\ \d{2}%26\d{2}%26\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. ' ' splits date from time. hour:min:sec are separated by '%26'. precision is 'milliseconds. ends with 'Z'.
1999%3A03%3A18T23:06:16Z
\d{4}%3A\d{2}%3A\d{2}T\d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '%3A'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
tpqK"1IzxMhvuNr7UP2
[\w"]+
Value has word chars \w+ and punctuation marks '"', wich are kept and escaped.
8o_XpnaunF\VI6zwo5nleqa#iq+NeIF
[\w\\\#\+]+
Value has word chars \w+ and punctuation marks '\', '#', '+', wich are kept and escaped.
3l0>Y
[\w>]+
Value has word chars \w+ and punctuation marks '>', wich are kept and escaped.
DvvBftCaClYvz)fBLdEhOE_SVn&_bFlwwiFe498y:9GiOnla0xp2M
[\w\)\&:]+
Value has word chars \w+ and punctuation marks ')', '&', ':', wich are kept and escaped.
RwsPJ7U7tGO
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
864
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
1991%3E09%3E22T21%5D03%5D20.817
\d{4}%3E\d{2}%3E\d{2}T\d{2}%5D\d{2}%5D\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%3E'. 'T' splits date from time. hour:min:sec are separated by '%5D'. precision is 'milliseconds.
1996-07-25+03:25:35.854
\d{4}\-\d{2}\-\d{2}\+\d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '-'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
1990-05-04 02:31:37
\d{4}\-\d{2}\-\d{2}\ \d{2}:\d{2}:\d{2}
Value is an iso-date. year-month-day are separated by '-'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds.
K7WiewCyBBE
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
WqbnL6tTM{r/JkvlHTLP_8wR30
[\w\{/]+
Value has word chars \w+ and punctuation marks '{', '/', wich are kept and escaped.
2024%3F12%3F03T17:45:19.806Z
\d{4}%3F\d{2}%3F\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%3F'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
2020-03-24T14%2F28%2F31.148Z
\d{4}\-\d{2}\-\d{2}T\d{2}%2F\d{2}%2F\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by '%2F'. precision is 'milliseconds. ends with 'Z'.
2028-12-09+11$3B58$3B47.010Z
\d{4}\-\d{2}\-\d{2}\+\d{2}\$3B\d{2}\$3B\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. '+' splits date from time. hour:min:sec are separated by '$3B'. precision is 'milliseconds. ends with 'Z'.
P8IEUChq
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2018%5D02%5D19 17:19:22.221Z
\d{4}%5D\d{2}%5D\d{2}\ \d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%5D'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
2022-02-17 23%3A18%3A06.047Z
\d{4}\-\d{2}\-\d{2}\ \d{2}%3A\d{2}%3A\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. ' ' splits date from time. hour:min:sec are separated by '%3A'. precision is 'milliseconds. ends with 'Z'.
oKxZa18lB1LH3U[TvV)6Q8Y7rppKCALtx>qmrAPuDmlWjMUS
[\w\[\)>]+
Value has word chars \w+ and punctuation marks '[', ')', '>', wich are kept and escaped.
mRMi2g1YoYPS15
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
dYENQwl9Ve,i0,Ppia7bW3G2CXXq
[\w,,]+
Value has word chars \w+ and punctuation marks ',', ',', wich are kept and escaped.
2009$3A03$3A11T09:38:21.860
\d{4}\$3A\d{2}\$3A\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '$3A'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
1992$5C08$5C03+05:21:30Z
\d{4}\$5C\d{2}\$5C\d{2}\+\d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '$5C'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
310303178
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
633
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
XZ0KzYWI27=Cwx3G#g
[\w=\#]+
Value has word chars \w+ and punctuation marks '=', '#', wich are kept and escaped.
972534069627
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
KrhPsZckB0@wKWWbnxc#SInQrJ4hkQeR
[\w@\#]+
Value has word chars \w+ and punctuation marks '@', '#', wich are kept and escaped.
2001-09-10T08%2316%2301.557Z
\d{4}\-\d{2}\-\d{2}T\d{2}%23\d{2}%23\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by '%23'. precision is 'milliseconds. ends with 'Z'.
2008%2508%2521T17:58:37.096
\d{4}%25\d{2}%25\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%25'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
c5CzJjvj3ONPN@gwKc=4mHXqd#yK6scemZacVKty
[\w@=\#]+
Value has word chars \w+ and punctuation marks '@', '=', '#', wich are kept and escaped.