Value
stringlengths
2
60
Pattern
stringlengths
3
56
Reason
stringlengths
78
167
r97ejbGysILLFR
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2013-12-28T17:45:58
\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.
1997-03-23 00$5C22$5C43.573Z
\d{4}\-\d{2}\-\d{2}\ \d{2}\$5C\d{2}\$5C\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 '$5C'. precision is 'milliseconds. ends with 'Z'.
eed_9~VNI
[\w\~]+
Value has word chars \w+ and punctuation marks '~', wich are kept and escaped.
2021-12-09 12:35:34Z
\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'.
2024%3E01%3E13+07:13:30.594Z
\d{4}%3E\d{2}%3E\d{2}\+\d{2}:\d{2}:\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 ':'. precision is 'milliseconds. ends with 'Z'.
QnL8orvRgtQ2an
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
1993-12-03+23:51:38.309Z
\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'.
QfFw6D$gG
[\w\$]+
Value has word chars \w+ and punctuation marks '$', wich are kept and escaped.
2026-02-22T00:26:22.905Z
\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'.
2010%3C12%3C26+07:04:52Z
\d{4}%3C\d{2}%3C\d{2}\+\d{2}:\d{2}:\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 ':'. precision is 'seconds. ends with 'Z'.
2021-05-30 21$2537$2541.649Z
\d{4}\-\d{2}\-\d{2}\ \d{2}\$25\d{2}\$25\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 '$25'. precision is 'milliseconds. ends with 'Z'.
1997$3C07$3C29+14:48:59.735
\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.
864200305
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2019%5D06%5D23T02%3C12%3C11.730Z
\d{4}%5D\d{2}%5D\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 '%5D'. 'T' splits date from time. hour:min:sec are separated by '%3C'. precision is 'milliseconds. ends with 'Z'.
z9barBx@lIHxWqbjEhHGvAn
[\w@]+
Value has word chars \w+ and punctuation marks '@', wich are kept and escaped.
2008$3C07$3C07T10:06:15.980Z
\d{4}\$3C\d{2}\$3C\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
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. ends with 'Z'.
eMYZ-id)W)lTcBrnpqgySD
[\w\-\)\)]+
Value has word chars \w+ and punctuation marks '-', ')', ')', wich are kept and escaped.
wPo9AfToNLKiGDy9&9OAB1api9ahP2A
[\w\&]+
Value has word chars \w+ and punctuation marks '&', wich are kept and escaped.
2001$5B02$5B24T18%2F41%2F05.693Z
\d{4}\$5B\d{2}\$5B\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 '$5B'. 'T' splits date from time. hour:min:sec are separated by '%2F'. precision is 'milliseconds. ends with 'Z'.
Sgi
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
435926349014
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2OGP5Hk%gJxIXMLusSh+vMf_OinMzCUNp|nWWORhSTWo2OwfB
[\w%\+\|]+
Value has word chars \w+ and punctuation marks '%', '+', '|', wich are kept and escaped.
2013-03-28 03:14:54.293Z
\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'.
Afm5sDfyK{qUl1xzPopM6oLuL
[\w\{]+
Value has word chars \w+ and punctuation marks '{', wich are kept and escaped.
2015-07-14T02:48:40.486Z
\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'.
2011$5C12$5C12 02:14:14Z
\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'.
CYHQA#HQ
[\w\#]+
Value has word chars \w+ and punctuation marks '#', wich are kept and escaped.
929452356
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
D0xBJTOJJ9
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2001$2601$2609T17:49:46.602Z
\d{4}\$26\d{2}\$26\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
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 'milliseconds. ends with 'Z'.
2010%3F10%3F25 20:58:00.955
\d{4}%3F\d{2}%3F\d{2}\ \d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%3F'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
IfnGMsiflg(Gb
[\w\(]+
Value has word chars \w+ and punctuation marks '(', wich are kept and escaped.
2021-01-16+00$3A10$3A06.295Z
\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'.
2026-05-09+03$3D30$3D17.686Z
\d{4}\-\d{2}\-\d{2}\+\d{2}\$3D\d{2}\$3D\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 '$3D'. precision is 'milliseconds. ends with 'Z'.
650
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
mgiuOz_Bdgi_B#ErWmZZPS
[\w_\#]+
Value has word chars \w+ and punctuation marks '_', '#', wich are kept and escaped.
LArb6jFei9jN3e'FYEuSeNrvbTH7;uu
[\w';]+
Value has word chars \w+ and punctuation marks ''', ';', wich are kept and escaped.
2006-10-22T04%6024%6032Z
\d{4}\-\d{2}\-\d{2}T\d{2}%60\d{2}%60\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 '%60'. precision is 'seconds. ends with 'Z'.
2003-08-05T17:29:34.550Z
\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'.
1997-05-28 03:14:59.060Z
\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'.
1990-07-14+20:16:10
\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.
2015-02-27 16%2D05%2D08.314Z
\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'.
601827061758
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
0R7dTZx5[gUclfpyZordCJv(hBIRj
[\w\[\(]+
Value has word chars \w+ and punctuation marks '[', '(', wich are kept and escaped.
b1Qwvvfb8
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2027%3F07%3F06 19%3F47%3F54.837Z
\d{4}%3F\d{2}%3F\d{2}\ \d{2}%3F\d{2}%3F\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%3F'. ' ' splits date from time. hour:min:sec are separated by '%3F'. precision is 'milliseconds. ends with 'Z'.
zZ%BQWV&RRs
[\w%\&]+
Value has word chars \w+ and punctuation marks '%', '&', wich are kept and escaped.
2dp17wk)BRO5yqh7Vmwdq
[\w\)]+
Value has word chars \w+ and punctuation marks ')', wich are kept and escaped.
2025-06-18T21%3A55%3A56.461Z
\d{4}\-\d{2}\-\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 '-'. 'T' splits date from time. hour:min:sec are separated by '%3A'. precision is 'milliseconds. ends with 'Z'.
199616407307
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
_upF
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
1997%2B12%2B15T11%2605%2655.077
\d{4}%2B\d{2}%2B\d{2}T\d{2}%26\d{2}%26\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%2B'. 'T' splits date from time. hour:min:sec are separated by '%26'. precision is 'milliseconds.
1yNZGk9AnkG1Q%bSdsnwGX3OHi
[\w%]+
Value has word chars \w+ and punctuation marks '%', wich are kept and escaped.
IbG1T
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2006$3C11$3C29 18:14:25.612
\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.
bgrn0PmXOqv6zaDG
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2002-07-19T08:20:23.771Z
\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'.
rJdK?Qx]ju7VZVK
[\w\?\]]+
Value has word chars \w+ and punctuation marks '?', ']', wich are kept and escaped.
8rzMKRSv35l_Cb0
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
pc62aXymhCs?EJGGJoU69luugjYd^v8rbViDc7kIj
[\w\?\^]+
Value has word chars \w+ and punctuation marks '?', '^', wich are kept and escaped.
1992%5D12%5D15+10%7C14%7C17.134Z
\d{4}%5D\d{2}%5D\d{2}\+\d{2}%7C\d{2}%7C\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 '%7C'. precision is 'milliseconds. ends with 'Z'.
891298
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
G)yNX05x
[\w\)]+
Value has word chars \w+ and punctuation marks ')', wich are kept and escaped.
2020%2301%2313T02%5F44%5F45.405Z
\d{4}%23\d{2}%23\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 '%23'. 'T' splits date from time. hour:min:sec are separated by '%5F'. precision is 'milliseconds. ends with 'Z'.
2025-08-04T16:10:24.282Z
\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'.
91FsuZzi%W8ym74MYh8d0k@ssnpPeZv^BOaytF0
[\w%@\^]+
Value has word chars \w+ and punctuation marks '%', '@', '^', wich are kept and escaped.
tPB_e473
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2007$2501$2501 17:56:10Z
\d{4}\$25\d{2}\$25\d{2}\ \d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '$25'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
a2fXDSP4y3Nvcvox{Zd2KVhvnpjYKy|B1a4$wRR7oWqaI
[\w\{\|\$]+
Value has word chars \w+ and punctuation marks '{', '|', '$', wich are kept and escaped.
9Oq
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
240253
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2009%7D11%7D01T14:56:02.400Z
\d{4}%7D\d{2}%7D\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%7D'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
2015-04-08T06$3E22$3E16.164
\d{4}\-\d{2}\-\d{2}T\d{2}\$3E\d{2}\$3E\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 '$3E'. precision is 'milliseconds.
2002$2601$2631T20%5B45%5B29.102Z
\d{4}\$26\d{2}\$26\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 '$26'. 'T' splits date from time. hour:min:sec are separated by '%5B'. precision is 'milliseconds. ends with 'Z'.
4RkDGyT4MFr7M
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
g4DOhAvp2*VLFxLc4EQBGJbdl.Nm3PlSFqK9BeEY6w
[\w\*\.]+
Value has word chars \w+ and punctuation marks '*', '.', wich are kept and escaped.
2021%2511%2511 07:30:09Z
\d{4}%25\d{2}%25\d{2}\ \d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '%25'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
_ZgW48ZpcYSirF}yqY
[\w\}]+
Value has word chars \w+ and punctuation marks '}', wich are kept and escaped.
HnjRxjhbB0
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2024-10-06T13$5B11$5B05.968Z
\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'.
3UefAR#kwcWs9KK
[\w\#]+
Value has word chars \w+ and punctuation marks '#', wich are kept and escaped.
608036650052133
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
1994-07-02T12:21:13
\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.
073Zc
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
_aMBVVi5K"8VEL:JZohH84J
[\w":]+
Value has word chars \w+ and punctuation marks '"', ':', wich are kept and escaped.
2023-06-04 17$2E38$2E14Z
\d{4}\-\d{2}\-\d{2}\ \d{2}\$2E\d{2}\$2E\d{2}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 'seconds. ends with 'Z'.
2024-09-13 05:35:32.439Z
\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-08-20+09:13:41.814Z
\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'.
wNNqNLfhI_cx&NRF7HipKRl-1Uy4KzOt2jxJO
[\w\&\-]+
Value has word chars \w+ and punctuation marks '&', '-', wich are kept and escaped.
mduu?eu
[\w\?]+
Value has word chars \w+ and punctuation marks '?', wich are kept and escaped.
1997-11-21T06%2525%2558.403
\d{4}\-\d{2}\-\d{2}T\d{2}%25\d{2}%25\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 '%25'. precision is 'milliseconds.
2021-01-25+00:10:46Z
\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'.
2011$7D09$7D23+22%2511%2508.094Z
\d{4}\$7D\d{2}\$7D\d{2}\+\d{2}%25\d{2}%25\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$7D'. '+' splits date from time. hour:min:sec are separated by '%25'. precision is 'milliseconds. ends with 'Z'.
i_GXU
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
QBFqrlF
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2026%2403%2404T13:38:50.005
\d{4}%24\d{2}%24\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}
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 'milliseconds.
46356798061
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
243
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
ii9~lDOZGdQM
[\w\~]+
Value has word chars \w+ and punctuation marks '~', wich are kept and escaped.