Value
stringlengths
2
60
Pattern
stringlengths
3
56
Reason
stringlengths
78
167
1994%5F09%5F28T01:18:52.665Z
\d{4}%5F\d{2}%5F\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}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 'milliseconds. ends with 'Z'.
1992$4012$4012+13:58:25.603Z
\d{4}\$40\d{2}\$40\d{2}\+\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$40'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
2020%2608%2610+22%7D27%7D12
\d{4}%26\d{2}%26\d{2}\+\d{2}%7D\d{2}%7D\d{2}
Value is an iso-date. year-month-day are separated by '%26'. '+' splits date from time. hour:min:sec are separated by '%7D'. precision is 'seconds.
1996%3F02%3F06T23:46:36Z
\d{4}%3F\d{2}%3F\d{2}T\d{2}:\d{2}:\d{2}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 'seconds. ends with 'Z'.
2014-09-22T14$7B30$7B20.637Z
\d{4}\-\d{2}\-\d{2}T\d{2}\$7B\d{2}\$7B\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 '$7B'. precision is 'milliseconds. ends with 'Z'.
2008%3A02%3A14T02%2520%2502Z
\d{4}%3A\d{2}%3A\d{2}T\d{2}%25\d{2}%25\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 '%25'. precision is 'seconds. ends with 'Z'.
1992-04-20T01%3A00%3A08.240
\d{4}\-\d{2}\-\d{2}T\d{2}%3A\d{2}%3A\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 '%3A'. precision is 'milliseconds.
B1W3FAgNvv88cl/I54I
[\w/]+
Value has word chars \w+ and punctuation marks '/', wich are kept and escaped.
2001-01-23+20:03:34.546Z
\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'.
49pnWV4eD<beKQt=E0kZsUr_Cv7xkDjD
[\w<=]+
Value has word chars \w+ and punctuation marks '<', '=', wich are kept and escaped.
2029$7C04$7C26+10%2E16%2E35.856
\d{4}\$7C\d{2}\$7C\d{2}\+\d{2}%2E\d{2}%2E\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '$7C'. '+' splits date from time. hour:min:sec are separated by '%2E'. precision is 'milliseconds.
yPDd4HhJ9BZRgmUj<_p.WIKLNdNJnYj"cYWlZ3vADrk
[\w<\."]+
Value has word chars \w+ and punctuation marks '<', '.', '"', wich are kept and escaped.
1998-07-19T00%7C44%7C08
\d{4}\-\d{2}\-\d{2}T\d{2}%7C\d{2}%7C\d{2}
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.
1991%3B01%3B09T07%3A29%3A22.497Z
\d{4}%3B\d{2}%3B\d{2}T\d{2}%3A\d{2}%3A\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 '%3A'. precision is 'milliseconds. ends with 'Z'.
wt1FsR/P,W7XS0uke8R4AoGKD}Gzj1qlHwh
[\w/,\}]+
Value has word chars \w+ and punctuation marks '/', ',', '}', wich are kept and escaped.
V4N2Y6
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2008$5D01$5D09T16:15:53.155
\d{4}\$5D\d{2}\$5D\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '$5D'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
2014%2F05%2F29T10%6019%6041.742Z
\d{4}%2F\d{2}%2F\d{2}T\d{2}%60\d{2}%60\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%2F'. 'T' splits date from time. hour:min:sec are separated by '%60'. precision is 'milliseconds. ends with 'Z'.
2014$2010$2026 17$7D20$7D38.564
\d{4}\$20\d{2}\$20\d{2}\ \d{2}\$7D\d{2}\$7D\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 '$7D'. precision is 'milliseconds.
2023-02-11 04:10:53.934Z
\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'.
FmP9GeIqat}zEYk,xfDAMNr25f
[\w\},]+
Value has word chars \w+ and punctuation marks '}', ',', wich are kept and escaped.
2002-07-25T23$5F07$5F51.847
\d{4}\-\d{2}\-\d{2}T\d{2}\$5F\d{2}\$5F\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 '$5F'. precision is 'milliseconds.
2012%3B02%3B13 13:13:55.770Z
\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'.
2012-04-22T17$5B52$5B09.123Z
\d{4}\-\d{2}\-\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 '-'. 'T' splits date from time. hour:min:sec are separated by '$5B'. precision is 'milliseconds. ends with 'Z'.
236
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2028%3E04%3E12T05$3C19$3C58Z
\d{4}%3E\d{2}%3E\d{2}T\d{2}\$3C\d{2}\$3C\d{2}Z
Value is an iso-date. year-month-day are separated by '%3E'. 'T' splits date from time. hour:min:sec are separated by '$3C'. precision is 'seconds. ends with 'Z'.
9ZzYvHLH:L75sdmtH70QK\WEgVBvUt
[\w:\\]+
Value has word chars \w+ and punctuation marks ':', '\', wich are kept and escaped.
5PpjOxU4UDQ3<GiCK8%qUMCxl/e3jsoz3
[\w<%/]+
Value has word chars \w+ and punctuation marks '<', '%', '/', wich are kept and escaped.
S4Rjrvrbky4
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2011$2410$2405 11:47:50Z
\d{4}\$24\d{2}\$24\d{2}\ \d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '$24'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
2022$3B09$3B29T07$3A54$3A06.050Z
\d{4}\$3B\d{2}\$3B\d{2}T\d{2}\$3A\d{2}\$3A\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 '$3A'. precision is 'milliseconds. ends with 'Z'.
2014%7B07%7B16 06:47:52Z
\d{4}%7B\d{2}%7B\d{2}\ \d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '%7B'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
105
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
ONWdd8Am~EbY6Fkg8aq
[\w\~]+
Value has word chars \w+ and punctuation marks '~', wich are kept and escaped.
45
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
727310165
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
5av65
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2004%3A12%3A31T20%5B32%5B43.977Z
\d{4}%3A\d{2}%3A\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 '%3A'. 'T' splits date from time. hour:min:sec are separated by '%5B'. precision is 'milliseconds. ends with 'Z'.
1999-02-12T23:24:26
\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.
P1vS0kk9r$GiT713nEbz4X_U)fEd_XymTnll8g
[\w\$\)]+
Value has word chars \w+ and punctuation marks '$', ')', wich are kept and escaped.
2022%5E07%5E01 19:23:28.487Z
\d{4}%5E\d{2}%5E\d{2}\ \d{2}:\d{2}:\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 ':'. precision is 'milliseconds. ends with 'Z'.
KLc[nx)aTJXAuNxRcQOcT
[\w\[\)]+
Value has word chars \w+ and punctuation marks '[', ')', wich are kept and escaped.
EiQmb9iTf2rAos4t=2nhzEukIuAe
[\w=]+
Value has word chars \w+ and punctuation marks '=', wich are kept and escaped.
2016%2011%2013T12:55:36.896
\d{4}%20\d{2}%20\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%20'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
2011%2004%2010T10%5D24%5D37.774Z
\d{4}%20\d{2}%20\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 '%20'. 'T' splits date from time. hour:min:sec are separated by '%5D'. precision is 'milliseconds. ends with 'Z'.
2005%5C07%5C13T17:04:04.884Z
\d{4}%5C\d{2}%5C\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%5C'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
eWzY00dvk)TYDjDxhiAPa6#kfKEYkD7Gv
[\w\)\#]+
Value has word chars \w+ and punctuation marks ')', '#', wich are kept and escaped.
wCXgrIT$5B=hz3yoIUF
[\w\$=]+
Value has word chars \w+ and punctuation marks '$', '=', wich are kept and escaped.
2015$5B05$5B19T15%7E20%7E25.782
\d{4}\$5B\d{2}\$5B\d{2}T\d{2}%7E\d{2}%7E\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '$5B'. 'T' splits date from time. hour:min:sec are separated by '%7E'. precision is 'milliseconds.
2017$3D01$3D09 05:29:27.809
\d{4}\$3D\d{2}\$3D\d{2}\ \d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '$3D'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
t0Mj_ZkrnlBIA
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2010-10-27T06:46:39.287
\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.
2004-11-23+10%5B57%5B07.499Z
\d{4}\-\d{2}\-\d{2}\+\d{2}%5B\d{2}%5B\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 '%5B'. precision is 'milliseconds. ends with 'Z'.
bCGp3x[pDoab7zlHASF
[\w\[]+
Value has word chars \w+ and punctuation marks '[', wich are kept and escaped.
vfRSpP!MnN1I5A4p3/qVgoyKb
[\w!/]+
Value has word chars \w+ and punctuation marks '!', '/', wich are kept and escaped.
2023$3F10$3F15T04:28:33
\d{4}\$3F\d{2}\$3F\d{2}T\d{2}:\d{2}:\d{2}
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 'seconds.
1991$2511$2511T11%5D53%5D25.386Z
\d{4}\$25\d{2}\$25\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 '$25'. 'T' splits date from time. hour:min:sec are separated by '%5D'. precision is 'milliseconds. ends with 'Z'.
2013-03-05 05%2B58%2B52Z
\d{4}\-\d{2}\-\d{2}\ \d{2}%2B\d{2}%2B\d{2}Z
Value is an iso-date. year-month-day are separated by '-'. ' ' splits date from time. hour:min:sec are separated by '%2B'. precision is 'seconds. ends with 'Z'.
2012-08-27+02:41:22Z
\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'.
2006-03-21 16%5F20%5F35Z
\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'.
kg02HF8sJq5HHX"RCBXUUBCJT8d@6eqH61y71FR8aE+pPQxQjCWWPhaOmb
[\w"@\+]+
Value has word chars \w+ and punctuation marks '"', '@', '+', wich are kept and escaped.
2019$2F03$2F15T07:07:22
\d{4}\$2F\d{2}\$2F\d{2}T\d{2}:\d{2}:\d{2}
Value is an iso-date. year-month-day are separated by '$2F'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds.
rK5bATh5GnHWLf/kGMTe7aVEpLilXV?1iuOP0.RuvrbtYcua
[\w/\?\.]+
Value has word chars \w+ and punctuation marks '/', '?', '.', wich are kept and escaped.
1995$3C01$3C25T14:15:58.186
\d{4}\$3C\d{2}\$3C\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '$3C'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
ctuE8
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2011%2606%2623T17:24:15
\d{4}%26\d{2}%26\d{2}T\d{2}:\d{2}:\d{2}
Value is an iso-date. year-month-day are separated by '%26'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds.
2028$2B07$2B10+08%6014%6052Z
\d{4}\$2B\d{2}\$2B\d{2}\+\d{2}%60\d{2}%60\d{2}Z
Value is an iso-date. year-month-day are separated by '$2B'. '+' splits date from time. hour:min:sec are separated by '%60'. precision is 'seconds. ends with 'Z'.
2013-10-19T11%3B39%3B51Z
\d{4}\-\d{2}\-\d{2}T\d{2}%3B\d{2}%3B\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 '%3B'. precision is 'seconds. ends with 'Z'.
2020$3B11$3B01+15:33:28.807Z
\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'.
501221840
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
ENpVRyc]Qr8_
[\w\]]+
Value has word chars \w+ and punctuation marks ']', wich are kept and escaped.
1999-04-14+12%3F16%3F58
\d{4}\-\d{2}\-\d{2}\+\d{2}%3F\d{2}%3F\d{2}
Value is an iso-date. year-month-day are separated by '-'. '+' splits date from time. hour:min:sec are separated by '%3F'. precision is 'seconds.
2001$5D09$5D06T08$2455$2433.741Z
\d{4}\$5D\d{2}\$5D\d{2}T\d{2}\$24\d{2}\$24\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$5D'. 'T' splits date from time. hour:min:sec are separated by '$24'. precision is 'milliseconds. ends with 'Z'.
2021-02-24T15:22:35
\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.
2021-05-26 07:44:02.032Z
\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'.
2023%2001%2001T19:48:17
\d{4}%20\d{2}%20\d{2}T\d{2}:\d{2}:\d{2}
Value is an iso-date. year-month-day are separated by '%20'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds.
1841294
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
1996$5C07$5C04T09%7B55%7B34
\d{4}\$5C\d{2}\$5C\d{2}T\d{2}%7B\d{2}%7B\d{2}
Value is an iso-date. year-month-day are separated by '$5C'. 'T' splits date from time. hour:min:sec are separated by '%7B'. precision is 'seconds.
x2zEHUzuME`NV8IrCKzLR/faDqx
[\w`/]+
Value has word chars \w+ and punctuation marks '`', '/', wich are kept and escaped.
tPaiVYxwxty
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2026-11-12+14:28:50.244
\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.
1>Jg
[\w>]+
Value has word chars \w+ and punctuation marks '>', wich are kept and escaped.
eLHfORx5w%a3vpZit!d
[\w%!]+
Value has word chars \w+ and punctuation marks '%', '!', wich are kept and escaped.
gKt]nP
[\w\]]+
Value has word chars \w+ and punctuation marks ']', wich are kept and escaped.
Rk\lC2n_AogI1BzM9*6rKtZIUFYIM^4txIvc7No0yRFf9
[\w\\\*\^]+
Value has word chars \w+ and punctuation marks '\', '*', '^', wich are kept and escaped.
955961234333
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2016-04-03T20%2F40%2F17.704Z
\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'.
2015%2406%2416T16:22:39Z
\d{4}%24\d{2}%24\d{2}T\d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '%24'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
JkEm$Ftbv6TKZoS/7jtS96G654R}LsrOrt
[\w\$/\}]+
Value has word chars \w+ and punctuation marks '$', '/', '}', wich are kept and escaped.
2020-01-18 00:34:21.693
\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.
2026$3C04$3C21+06$3C24$3C29Z
\d{4}\$3C\d{2}\$3C\d{2}\+\d{2}\$3C\d{2}\$3C\d{2}Z
Value is an iso-date. year-month-day are separated by '$3C'. '+' splits date from time. hour:min:sec are separated by '$3C'. precision is 'seconds. ends with 'Z'.
9j4giOU`kzcNlpEtqDjovW`ZvHRfR4$0xzf4P6puo8ry
[\w``\$]+
Value has word chars \w+ and punctuation marks '`', '`', '$', wich are kept and escaped.
hd;Ad6w_N0oPLVXzd5g
[\w;]+
Value has word chars \w+ and punctuation marks ';', wich are kept and escaped.
8xFg8dpS
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
uFWB3h_zhIbzM<gBCdWmu
[\w<]+
Value has word chars \w+ and punctuation marks '<', wich are kept and escaped.
2026%7B05%7B09 20$5E09$5E13
\d{4}%7B\d{2}%7B\d{2}\ \d{2}\$5E\d{2}\$5E\d{2}
Value is an iso-date. year-month-day are separated by '%7B'. ' ' splits date from time. hour:min:sec are separated by '$5E'. precision is 'seconds.
96077
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
t0Ex9_HqbMm1@W7@LbGyMNzTJ0ji~CuSMYHNpm9i3
[\w@@\~]+
Value has word chars \w+ and punctuation marks '@', '@', '~', wich are kept and escaped.
6vgGfuZng;Yhg4NDxrIe3
[\w;]+
Value has word chars \w+ and punctuation marks ';', wich are kept and escaped.
5_YxcwyG85gR5z6h
[\w_]+
Value has word chars \w+ and punctuation marks '_', wich are kept and escaped.