Value
stringlengths
2
60
Pattern
stringlengths
3
56
Reason
stringlengths
78
167
2019-01-12T16%5E17%5E20.456
\d{4}\-\d{2}\-\d{2}T\d{2}%5E\d{2}%5E\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 '%5E'. precision is 'milliseconds.
1990-05-16T14:14:25.526
\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.
zRtgwwdco
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2028-04-08 20:48:43.544
\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.
959662
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
s6JiVuEpC>PZFI3;YVN92qi'RG2GkKgRqzs
[\w>;']+
Value has word chars \w+ and punctuation marks '>', ';', ''', wich are kept and escaped.
2011-12-30 20$2309$2329.072Z
\d{4}\-\d{2}\-\d{2}\ \d{2}\$23\d{2}\$23\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 '$23'. precision is 'milliseconds. ends with 'Z'.
3NRK2H1Rx3HD
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
1SK3WvGZZROH`bgkMmx1xwjg
[\w`]+
Value has word chars \w+ and punctuation marks '`', wich are kept and escaped.
wFHt?ofAu%X9GrDpbKMR_3<yJ0vgVRSR
[\w\?%<]+
Value has word chars \w+ and punctuation marks '?', '%', '<', wich are kept and escaped.
2010%2308%2312 04:39:14Z
\d{4}%23\d{2}%23\d{2}\ \d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '%23'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
OnAiYGhons
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
0fe0-SpbZIO9B-Zr5RO`kfY
[\w\-\-`]+
Value has word chars \w+ and punctuation marks '-', '-', '`', wich are kept and escaped.
11$UMI7Qlq
[\w\$]+
Value has word chars \w+ and punctuation marks '$', wich are kept and escaped.
hpgCgAvj5e
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
jcnLcMIduQnAGF8e{tmW>7fbIzz4AiWk2r,g17fHnYjWyxQHX
[\w\{>,]+
Value has word chars \w+ and punctuation marks '{', '>', ',', wich are kept and escaped.
2017%2506%2510+21$5F45$5F53.553Z
\d{4}%25\d{2}%25\d{2}\+\d{2}\$5F\d{2}\$5F\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 '$5F'. precision is 'milliseconds. ends with 'Z'.
2005%3C08%3C30+14:22:48.367
\d{4}%3C\d{2}%3C\d{2}\+\d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%3C'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
tLWVeXMTzoiTOd]Ls_UrrWsgns19Zx&e337rKxAlTpPRMS3>GKAvCS4NL
[\w\]\&>]+
Value has word chars \w+ and punctuation marks ']', '&', '>', wich are kept and escaped.
2026$5F12$5F20T10:53:31Z
\d{4}\$5F\d{2}\$5F\d{2}T\d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '$5F'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
2009-02-03 06:19:13.024Z
\d{4}\-\d{2}\-\d{2}\ \d{2}:\d{2}:\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 ':'. precision is 'milliseconds. ends with 'Z'.
2011-07-26+21:57:48.507Z
\d{4}\-\d{2}\-\d{2}\+\d{2}:\d{2}:\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 ':'. precision is 'milliseconds. ends with 'Z'.
oVefr~7HuobD9GNEG
[\w\~]+
Value has word chars \w+ and punctuation marks '~', wich are kept and escaped.
hUvi3FfFIQ/ZVPnIOFYhY43&yg,BWdipnsO3
[\w/\&,]+
Value has word chars \w+ and punctuation marks '/', '&', ',', wich are kept and escaped.
1992-09-06T08%2D34%2D43Z
\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'.
3XPSpkDDnH2vr?IGakYYli48xX9hZg-aTEajAYANAb
[\w\?\-]+
Value has word chars \w+ and punctuation marks '?', '-', wich are kept and escaped.
2021-07-27T19$2009$2005.226Z
\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'.
2029-10-30 13:23:16.190Z
\d{4}\-\d{2}\-\d{2}\ \d{2}:\d{2}:\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 ':'. precision is 'milliseconds. ends with 'Z'.
7OTRHVsgbrV
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
_O)e4EQ3M*n"GoasuYVjxY
[\w\)\*"]+
Value has word chars \w+ and punctuation marks ')', '*', '"', wich are kept and escaped.
2012-07-11T09%5E29%5E29
\d{4}\-\d{2}\-\d{2}T\d{2}%5E\d{2}%5E\d{2}
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by '%5E'. precision is 'seconds.
2024%3B12%3B02T09%3E02%3E00.618Z
\d{4}%3B\d{2}%3B\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 '%3B'. 'T' splits date from time. hour:min:sec are separated by '%3E'. precision is 'milliseconds. ends with 'Z'.
GSrCcT
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2020-06-27+13:50:47
\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.
J365UDdrRh3r0WY(gE5fCJeX_7]7DufOpo_7CPL|c57dlKhzfi
[\w\(\]\|]+
Value has word chars \w+ and punctuation marks '(', ']', '|', wich are kept and escaped.
882133
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
WpwGrq4B<5UU2
[\w<]+
Value has word chars \w+ and punctuation marks '<', wich are kept and escaped.
RwP
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2029$7B11$7B20+16$2051$2059
\d{4}\$7B\d{2}\$7B\d{2}\+\d{2}\$20\d{2}\$20\d{2}
Value is an iso-date. year-month-day are separated by '$7B'. '+' splits date from time. hour:min:sec are separated by '$20'. precision is 'seconds.
YLj!0SEctGare>LUQ
[\w!>]+
Value has word chars \w+ and punctuation marks '!', '>', wich are kept and escaped.
URyMcn1%iSuBIHYudvt:iyMoxr4Vj5Rgh<itl
[\w%:<]+
Value has word chars \w+ and punctuation marks '%', ':', '<', wich are kept and escaped.
v4vsmMu43/vNJWBSIYEDTtTafM\aw"1RmgZV6ZZ
[\w/\\"]+
Value has word chars \w+ and punctuation marks '/', '\', '"', wich are kept and escaped.
B7q0V2Ob,fnVjiDC;iOXn5s*U_rLTH61U
[\w,;\*]+
Value has word chars \w+ and punctuation marks ',', ';', '*', wich are kept and escaped.
240049115923
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
1997-06-21T13:19:19.179Z
\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'.
17495062428389
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
6gpDZn:Efz_Ye_QJ]16X24QVY>BTBP5j91MprXsI
[\w:\]>]+
Value has word chars \w+ and punctuation marks ':', ']', '>', wich are kept and escaped.
1995-01-10T09:54:46.346Z
\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'.
2026-02-20+10$3B03$3B34.388Z
\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'.
1999%5F03%5F29T03%2F35%2F18
\d{4}%5F\d{2}%5F\d{2}T\d{2}%2F\d{2}%2F\d{2}
Value is an iso-date. year-month-day are separated by '%5F'. 'T' splits date from time. hour:min:sec are separated by '%2F'. precision is 'seconds.
2014%5D08%5D08+14:08:21.696Z
\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'.
qIo?mt*TLE23XtLLejgHqW
[\w\?\*]+
Value has word chars \w+ and punctuation marks '?', '*', wich are kept and escaped.
36Qf[X5Ao$g27bKz9PMbE3
[\w\[\$]+
Value has word chars \w+ and punctuation marks '[', '$', wich are kept and escaped.
823550
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
dinYycCqW;seWwFAHaJClOum
[\w;]+
Value has word chars \w+ and punctuation marks ';', wich are kept and escaped.
LS2QgEY/v-vfgZ9y2yU0rLnFDn$XZIGbVBr56
[\w/\-\$]+
Value has word chars \w+ and punctuation marks '/', '-', '$', wich are kept and escaped.
fkHmJ1LaZ2z.yDjGj'gaQD
[\w\.']+
Value has word chars \w+ and punctuation marks '.', ''', wich are kept and escaped.
2025%2B03%2B22T22%2B09%2B31.600Z
\d{4}%2B\d{2}%2B\d{2}T\d{2}%2B\d{2}%2B\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 '%2B'. precision is 'milliseconds. ends with 'Z'.
2011%3F06%3F04 16$3C20$3C42Z
\d{4}%3F\d{2}%3F\d{2}\ \d{2}\$3C\d{2}\$3C\d{2}Z
Value is an iso-date. year-month-day are separated by '%3F'. ' ' splits date from time. hour:min:sec are separated by '$3C'. precision is 'seconds. ends with 'Z'.
2027-12-02T13$2311$2358Z
\d{4}\-\d{2}\-\d{2}T\d{2}\$23\d{2}\$23\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 '$23'. precision is 'seconds. ends with 'Z'.
2027-04-23T11:07:00.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.
hxoGA2Xm@knUlQS*ygdZnNM2AuTXwN3C
[\w@\*]+
Value has word chars \w+ and punctuation marks '@', '*', wich are kept and escaped.
2024-03-13T08:31:32.811Z
\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'.
VOmSUFy1L;jzUXW
[\w;]+
Value has word chars \w+ and punctuation marks ';', wich are kept and escaped.
Zu,QAmzdcK9h3LUx&8fi}ab2cLRHHPqumUZ
[\w,\&\}]+
Value has word chars \w+ and punctuation marks ',', '&', '}', wich are kept and escaped.
FFeCi
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2029-08-24T04%3D17%3D01Z
\d{4}\-\d{2}\-\d{2}T\d{2}%3D\d{2}%3D\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 '%3D'. precision is 'seconds. ends with 'Z'.
2026%2B07%2B03 17$2659$2631
\d{4}%2B\d{2}%2B\d{2}\ \d{2}\$26\d{2}\$26\d{2}
Value is an iso-date. year-month-day are separated by '%2B'. ' ' splits date from time. hour:min:sec are separated by '$26'. precision is 'seconds.
269989715610918
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2015%3B04%3B09T00%7D18%7D20.822Z
\d{4}%3B\d{2}%3B\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 '%3B'. 'T' splits date from time. hour:min:sec are separated by '%7D'. precision is 'milliseconds. ends with 'Z'.
yfLlMyyu8rT_RQ7d~V}4KxSHZuvZ3GAvU:wG
[\w\~\}:]+
Value has word chars \w+ and punctuation marks '~', '}', ':', wich are kept and escaped.
1992-12-17 18:58:32Z
\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'.
gl6bb:wFJc8VenVA
[\w:]+
Value has word chars \w+ and punctuation marks ':', wich are kept and escaped.
1992$7E05$7E01 09:43:26.469Z
\d{4}\$7E\d{2}\$7E\d{2}\ \d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$7E'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
498362800
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
1999%2006%2010+17$3B13$3B06.277Z
\d{4}%20\d{2}%20\d{2}\+\d{2}\$3B\d{2}\$3B\d{2}\.\d{3}Z
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. ends with 'Z'.
2014%7B08%7B08+21$6010$6020
\d{4}%7B\d{2}%7B\d{2}\+\d{2}\$60\d{2}\$60\d{2}
Value is an iso-date. year-month-day are separated by '%7B'. '+' splits date from time. hour:min:sec are separated by '$60'. precision is 'seconds.
1998-09-02+12:58:24.545
\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.
965467708
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
741
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2023-10-02T08$3A25$3A44Z
\d{4}\-\d{2}\-\d{2}T\d{2}\$3A\d{2}\$3A\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 '$3A'. precision is 'seconds. ends with 'Z'.
2011-11-15T03:08:52
\d{4}\-\d{2}\-\d{2}T\d{2}:\d{2}:\d{2}
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.
2026-07-24T07$6055$6033
\d{4}\-\d{2}\-\d{2}T\d{2}\$60\d{2}\$60\d{2}
Value is an iso-date. year-month-day are separated by '-'. 'T' splits date from time. hour:min:sec are separated by '$60'. precision is 'seconds.
xbsR6ieYJO|4ysOkFXuU_R
[\w\|]+
Value has word chars \w+ and punctuation marks '|', wich are kept and escaped.
GrYs=qOx4uMeUunUyz~8fY5Mu1atzfY5x0$iajA
[\w=\~\$]+
Value has word chars \w+ and punctuation marks '=', '~', '$', wich are kept and escaped.
727823
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2023%3E01%3E04 13$7B23$7B18.402Z
\d{4}%3E\d{2}%3E\d{2}\ \d{2}\$7B\d{2}\$7B\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%3E'. ' ' splits date from time. hour:min:sec are separated by '$7B'. precision is 'milliseconds. ends with 'Z'.
1997-06-27 16:27:01.616
\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.
259566
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
1990%7E11%7E16T00:00:01.915Z
\d{4}%7E\d{2}%7E\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}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 'milliseconds. ends with 'Z'.
166
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2008-02-19+20$3D18$3D58.934
\d{4}\-\d{2}\-\d{2}\+\d{2}\$3D\d{2}\$3D\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 '$3D'. precision is 'milliseconds.
560193551438091
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2017-07-19T22$2319$2344.194Z
\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'.
2022-10-04+10:03:43.202Z
\d{4}\-\d{2}\-\d{2}\+\d{2}:\d{2}:\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 ':'. precision is 'milliseconds. ends with 'Z'.
SKkq5wC_sJbr1|rOGClfg:72Nt8PVEbgTrzR+uSSxq
[\w\|:\+]+
Value has word chars \w+ and punctuation marks '|', ':', '+', wich are kept and escaped.
2029-03-26T16%7C07%7C29Z
\d{4}\-\d{2}\-\d{2}T\d{2}%7C\d{2}%7C\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 '%7C'. precision is 'seconds. ends with 'Z'.
ZgfOLp22o8AfVJR%xzVr0J0AK~jx1NWy_us5i3
[\w%\~]+
Value has word chars \w+ and punctuation marks '%', '~', wich are kept and escaped.
1997-08-22+17:34:11Z
\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'.
2007$3B10$3B13+21:53:05.473Z
\d{4}\$3B\d{2}\$3B\d{2}\+\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$3B'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.