Value
stringlengths
2
60
Pattern
stringlengths
3
56
Reason
stringlengths
78
167
hE3a9w.dsO6T4dB3ONfeS
[\w\.]+
Value has word chars \w+ and punctuation marks '.', wich are kept and escaped.
2008$2E08$2E17T04:43:53Z
\d{4}\$2E\d{2}\$2E\d{2}T\d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '$2E'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
2028-05-07T12:09:59Z
\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'.
2012%2E02%2E06 02%5B25%5B45.432
\d{4}%2E\d{2}%2E\d{2}\ \d{2}%5B\d{2}%5B\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%2E'. ' ' splits date from time. hour:min:sec are separated by '%5B'. precision is 'milliseconds.
E0nQvz531p]hGSo-w/x1KPH
[\w\]\-/]+
Value has word chars \w+ and punctuation marks ']', '-', '/', wich are kept and escaped.
1994-04-25T14:10:19Z
\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'.
2001%7E12%7E26T14:26:48.548Z
\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'.
aQg.1zMmyq6i
[\w\.]+
Value has word chars \w+ and punctuation marks '.', wich are kept and escaped.
CHMnjN<wZ6gRtmQycQnir
[\w<]+
Value has word chars \w+ and punctuation marks '<', wich are kept and escaped.
143865
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2024-07-09+08:53:56.764Z
\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'.
2020-05-13T00%5F01%5F00
\d{4}\-\d{2}\-\d{2}T\d{2}%5F\d{2}%5F\d{2}
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 'seconds.
1992-08-31 09$2431$2410.904Z
\d{4}\-\d{2}\-\d{2}\ \d{2}\$24\d{2}\$24\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 '$24'. precision is 'milliseconds. ends with 'Z'.
1993%2007%2023T19$2F03$2F10Z
\d{4}%20\d{2}%20\d{2}T\d{2}\$2F\d{2}\$2F\d{2}Z
Value is an iso-date. year-month-day are separated by '%20'. 'T' splits date from time. hour:min:sec are separated by '$2F'. precision is 'seconds. ends with 'Z'.
523411333094
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
1990%5D10%5D08T19:55:17.220
\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.
S3O_lt
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
493608
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2005-11-02T14$2D01$2D37Z
\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'.
2018$2411$2420+00$5D17$5D24.874
\d{4}\$24\d{2}\$24\d{2}\+\d{2}\$5D\d{2}\$5D\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '$24'. '+' splits date from time. hour:min:sec are separated by '$5D'. precision is 'milliseconds.
2007%7C11%7C30T14:35:14.221Z
\d{4}%7C\d{2}%7C\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%7C'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
2020-06-17T17:45:12.339Z
\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'.
2008%2606%2630 09:29:53.722Z
\d{4}%26\d{2}%26\d{2}\ \d{2}:\d{2}:\d{2}\.\d{3}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 'milliseconds. ends with 'Z'.
2000-01-16T15:32:33Z
\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'.
2022$6007$6014+12%3A21%3A37.143Z
\d{4}\$60\d{2}\$60\d{2}\+\d{2}%3A\d{2}%3A\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$60'. '+' splits date from time. hour:min:sec are separated by '%3A'. precision is 'milliseconds. ends with 'Z'.
6aU5za{g7hP3O0JEqaKN3(5tfwo8}F7lbiAqTXfQt
[\w\{\(\}]+
Value has word chars \w+ and punctuation marks '{', '(', '}', wich are kept and escaped.
2018-05-07 07%2E49%2E48.550Z
\d{4}\-\d{2}\-\d{2}\ \d{2}%2E\d{2}%2E\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 '%2E'. precision is 'milliseconds. ends with 'Z'.
2019-07-07T18:20:57Z
\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'.
93CudoGzC3s9)r
[\w\)]+
Value has word chars \w+ and punctuation marks ')', wich are kept and escaped.
tFph2LA5
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2018$5C09$5C20+20%2E00%2E18.260Z
\d{4}\$5C\d{2}\$5C\d{2}\+\d{2}%2E\d{2}%2E\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$5C'. '+' splits date from time. hour:min:sec are separated by '%2E'. precision is 'milliseconds. ends with 'Z'.
Exu>XxSsFbfZ?8i%S9BOn97R
[\w>\?%]+
Value has word chars \w+ and punctuation marks '>', '?', '%', wich are kept and escaped.
2016$3E04$3E02+20:54:45Z
\d{4}\$3E\d{2}\$3E\d{2}\+\d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '$3E'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
1993-07-28T05:08:43.706Z
\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'.
1990$2306$2324 18%3A04%3A18.484Z
\d{4}\$23\d{2}\$23\d{2}\ \d{2}%3A\d{2}%3A\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$23'. ' ' splits date from time. hour:min:sec are separated by '%3A'. precision is 'milliseconds. ends with 'Z'.
WFL(gyOE28Kq4ByC1
[\w\(]+
Value has word chars \w+ and punctuation marks '(', wich are kept and escaped.
2022-04-07T01$3F09$3F05.079Z
\d{4}\-\d{2}\-\d{2}T\d{2}\$3F\d{2}\$3F\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 '$3F'. precision is 'milliseconds. ends with 'Z'.
2004%3A02%3A07T13%2020%2041.722Z
\d{4}%3A\d{2}%3A\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 '%3A'. 'T' splits date from time. hour:min:sec are separated by '%20'. precision is 'milliseconds. ends with 'Z'.
2012$5F04$5F09T10%3E18%3E28Z
\d{4}\$5F\d{2}\$5F\d{2}T\d{2}%3E\d{2}%3E\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 '%3E'. precision is 'seconds. ends with 'Z'.
2001%2D02%2D17 09%6005%6054.655Z
\d{4}%2D\d{2}%2D\d{2}\ \d{2}%60\d{2}%60\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%2D'. ' ' splits date from time. hour:min:sec are separated by '%60'. precision is 'milliseconds. ends with 'Z'.
2003%2F12%2F13T20:56:57
\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.
YMMLX9Y3,W4aHhN1KweE;IQBrtXkeO
[\w,;]+
Value has word chars \w+ and punctuation marks ',', ';', wich are kept and escaped.
2010%5B07%5B09T07$7D54$7D50
\d{4}%5B\d{2}%5B\d{2}T\d{2}\$7D\d{2}\$7D\d{2}
Value is an iso-date. year-month-day are separated by '%5B'. 'T' splits date from time. hour:min:sec are separated by '$7D'. precision is 'seconds.
884453064800
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
41461515946506
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
x1_JyiwlTEgT#TIY
[\w\#]+
Value has word chars \w+ and punctuation marks '#', wich are kept and escaped.
2009-12-23T04%4009%4054.429Z
\d{4}\-\d{2}\-\d{2}T\d{2}%40\d{2}%40\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 '%40'. precision is 'milliseconds. ends with 'Z'.
2015-06-16+14$2F22$2F43.733
\d{4}\-\d{2}\-\d{2}\+\d{2}\$2F\d{2}\$2F\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 '$2F'. precision is 'milliseconds.
2026$2F01$2F26T12%3C53%3C58.241Z
\d{4}\$2F\d{2}\$2F\d{2}T\d{2}%3C\d{2}%3C\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 '%3C'. precision is 'milliseconds. ends with 'Z'.
2vPjN1Y29i[J_1UQhGNrR^Qds6Bc5WmgqjN;J
[\w\[\^;]+
Value has word chars \w+ and punctuation marks '[', '^', ';', wich are kept and escaped.
2006$3E04$3E28T11:14:49Z
\d{4}\$3E\d{2}\$3E\d{2}T\d{2}:\d{2}:\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 ':'. precision is 'seconds. ends with 'Z'.
e.njeHEaSPg4
[\w\.]+
Value has word chars \w+ and punctuation marks '.', wich are kept and escaped.
2026$2005$2030T10%2E52%2E46.764
\d{4}\$20\d{2}\$20\d{2}T\d{2}%2E\d{2}%2E\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 '%2E'. precision is 'milliseconds.
1997-02-13T18:34:16Z
\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'.
eFALuadI3PiPLx
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
0c24rg6YP80H"MEHxOlncEv3hO<Ebnga6uLeBci]j1W_bO24MHAyjgBz
[\w"<\]]+
Value has word chars \w+ and punctuation marks '"', '<', ']', wich are kept and escaped.
ZRD0p0Qx75usMRLW$Mdv8UZEF'TpeH(m9p90
[\w\$'\(]+
Value has word chars \w+ and punctuation marks '$', ''', '(', wich are kept and escaped.
936
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
hKBKKnk_aW?xrpTLM{hX24YgjF1
[\w\?\{]+
Value has word chars \w+ and punctuation marks '?', '{', wich are kept and escaped.
2016-01-03+12:57:51
\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.
uOE7Qzz
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2009$2B10$2B24T08%2304%2307
\d{4}\$2B\d{2}\$2B\d{2}T\d{2}%23\d{2}%23\d{2}
Value is an iso-date. year-month-day are separated by '$2B'. 'T' splits date from time. hour:min:sec are separated by '%23'. precision is 'seconds.
JGdNRhY_tn5aNSov
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
C7nERqvsUG
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
1995-05-11T22:04:50.072Z
\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'.
o0h3DvS5q15
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
511
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2024%7E04%7E09 05:53:01.206Z
\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'.
oyXQ_'53_lSvq_SqClzG
[\w']+
Value has word chars \w+ and punctuation marks ''', wich are kept and escaped.
12ZBIwEBziOKi
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2015$3F01$3F24T13:57:04Z
\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'.
2027-11-03+20%5E12%5E59.958
\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.
2028%7B11%7B09T09:47:14.978Z
\d{4}%7B\d{2}%7B\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%7B'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
Z{AIB648f~G0cB\Xl7FaQlq
[\w\{\~\\]+
Value has word chars \w+ and punctuation marks '{', '~', '\', wich are kept and escaped.
aeEDIY]W3EkR6r9aJTfhSeA`V-vkIT
[\w\]`\-]+
Value has word chars \w+ and punctuation marks ']', '`', '-', wich are kept and escaped.
2023-09-24T18:09:32.843Z
\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'.
XCPSrCs8PT3R_Fc_bqh9
[\w_]+
Value has word chars \w+ and punctuation marks '_', wich are kept and escaped.
2019$3D07$3D06 18$5D28$5D53.891
\d{4}\$3D\d{2}\$3D\d{2}\ \d{2}\$5D\d{2}\$5D\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 '$5D'. precision is 'milliseconds.
52cANznvBVNEZz+aWh
[\w\+]+
Value has word chars \w+ and punctuation marks '+', wich are kept and escaped.
2003-06-20T10:19:48.657Z
\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'.
t9fReK0J2G(HMju
[\w\(]+
Value has word chars \w+ and punctuation marks '(', wich are kept and escaped.
2016-08-15T12:20:28.971Z
\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%5D02%5D19T22%5C17%5C54.817Z
\d{4}%5D\d{2}%5D\d{2}T\d{2}%5C\d{2}%5C\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 '%5C'. precision is 'milliseconds. ends with 'Z'.
2014-11-01+14$2B30$2B53.183
\d{4}\-\d{2}\-\d{2}\+\d{2}\$2B\d{2}\$2B\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 '$2B'. precision is 'milliseconds.
306877497
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
kfDFs_3rDjR1pqUt%IQe5
[\w%]+
Value has word chars \w+ and punctuation marks '%', wich are kept and escaped.
2011-04-07T02%7B34%7B00.650Z
\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'.
Y_BxUzf5eQRCLFAe(wP80Dc(hVmWcp/oSjyI
[\w\(\(/]+
Value has word chars \w+ and punctuation marks '(', '(', '/', wich are kept and escaped.
2020-03-21T22%3C48%3C15.254
\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.
2008-02-26T05$7D44$7D52Z
\d{4}\-\d{2}\-\d{2}T\d{2}\$7D\d{2}\$7D\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 '$7D'. precision is 'seconds. ends with 'Z'.
ZLS$C1NU07xFBSa2_5gX.Wn3niOdIrK1
[\w\$\.]+
Value has word chars \w+ and punctuation marks '$', '.', wich are kept and escaped.
281351788025681
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
386158
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2003-06-14+16:14:35Z
\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'.
2021-10-23T22:08:52.116Z
\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'.
2001$2B02$2B22T12$7D14$7D22
\d{4}\$2B\d{2}\$2B\d{2}T\d{2}\$7D\d{2}\$7D\d{2}
Value is an iso-date. year-month-day are separated by '$2B'. 'T' splits date from time. hour:min:sec are separated by '$7D'. precision is 'seconds.
SiZCGe`96jrfsaF!eWCIQgxM7CNBO}_IIoCw7zcRxx1SQ
[\w`!\}]+
Value has word chars \w+ and punctuation marks '`', '!', '}', wich are kept and escaped.
OktgxJzp7a
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
e9XNz
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2014$2D05$2D01+21%5B59%5B58.948Z
\d{4}\$2D\d{2}\$2D\d{2}\+\d{2}%5B\d{2}%5B\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$2D'. '+' splits date from time. hour:min:sec are separated by '%5B'. precision is 'milliseconds. ends with 'Z'.