Value
stringlengths 2
60
| Pattern
stringlengths 3
56
| Reason
stringlengths 78
167
|
---|---|---|
2007-12-11T15:36:34.525Z
|
\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-05-04 08$2E28$2E12.637Z
|
\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'.
|
zWuAMTIk9dqmLB
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
eSbUAalUdnecX99x(SMvIjfCOKbp7pG*70
|
[\w\(\*]+
|
Value has word chars \w+ and punctuation marks '(', '*', wich are kept and escaped.
|
2001-02-12T12%7B49%7B56Z
|
\d{4}\-\d{2}\-\d{2}T\d{2}%7B\d{2}%7B\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 '%7B'. precision is 'seconds. ends with 'Z'.
|
1993%2510%2519T20:16:54Z
|
\d{4}%25\d{2}%25\d{2}T\d{2}:\d{2}:\d{2}Z
|
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. ends with 'Z'.
|
1999%7C07%7C21+00$2059$2044.861Z
|
\d{4}%7C\d{2}%7C\d{2}\+\d{2}\$20\d{2}\$20\d{2}\.\d{3}Z
|
Value is an iso-date. year-month-day are separated by '%7C'. '+' splits date from time. hour:min:sec are separated by '$20'. precision is 'milliseconds. ends with 'Z'.
|
Y4rCwrP!ru&MdU0rA7qmu~nMotVFbHPEKg
|
[\w!\&\~]+
|
Value has word chars \w+ and punctuation marks '!', '&', '~', wich are kept and escaped.
|
r67l0cUa
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
q9NpbwkAyDcAul
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
4ICy_Nc5RLXFkzZ}igWCNKviyIOCSg2/yrOt
|
[\w\}/]+
|
Value has word chars \w+ and punctuation marks '}', '/', wich are kept and escaped.
|
Adwuxc(1
|
[\w\(]+
|
Value has word chars \w+ and punctuation marks '(', wich are kept and escaped.
|
9JrDg!_jLypMWjFR5s6X8m=usq
|
[\w!=]+
|
Value has word chars \w+ and punctuation marks '!', '=', wich are kept and escaped.
|
2011-07-21+21:15:02
|
\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.
|
HUj8H$rjuHyC,SN5Fbd6MLF
|
[\w\$,]+
|
Value has word chars \w+ and punctuation marks '$', ',', wich are kept and escaped.
|
dlliDs`JnMSF7X)Zs8Qorpu
|
[\w`\)]+
|
Value has word chars \w+ and punctuation marks '`', ')', wich are kept and escaped.
|
2007-08-22 02:52:05.023
|
\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.
|
mZP
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
1994-05-01T22:16:29
|
\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.
|
2018%2604%2610T10:25:10.372
|
\d{4}%26\d{2}%26\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}
|
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.
|
500066617
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
1994-11-05 23$7E16$7E58
|
\d{4}\-\d{2}\-\d{2}\ \d{2}\$7E\d{2}\$7E\d{2}
|
Value is an iso-date. year-month-day are separated by '-'. ' ' splits date from time. hour:min:sec are separated by '$7E'. precision is 'seconds.
|
HAxcoahRr+z86vQLOd5
|
[\w\+]+
|
Value has word chars \w+ and punctuation marks '+', wich are kept and escaped.
|
1996-10-19 16:28:44.744Z
|
\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-04-14T01%7C22%7C18.126
|
\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.
|
N_9bdMxhbnr*C6vC
|
[\w\*]+
|
Value has word chars \w+ and punctuation marks '*', wich are kept and escaped.
|
584999738
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
929
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2005-11-12 18$5D12$5D34.721Z
|
\d{4}\-\d{2}\-\d{2}\ \d{2}\$5D\d{2}\$5D\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 '$5D'. precision is 'milliseconds. ends with 'Z'.
|
w;5fdKul+ZYyAG#IGVzkdFLXjTB
|
[\w;\+\#]+
|
Value has word chars \w+ and punctuation marks ';', '+', '#', wich are kept and escaped.
|
2015-07-14T09%2E06%2E27.858Z
|
\d{4}\-\d{2}\-\d{2}T\d{2}%2E\d{2}%2E\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 '%2E'. precision is 'milliseconds. ends with 'Z'.
|
2013-03-10+06:50:21.160Z
|
\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'.
|
Xw_50Ow8WuZ]daKT2Lh@mLvlu|zb8
|
[\w\]@\|]+
|
Value has word chars \w+ and punctuation marks ']', '@', '|', wich are kept and escaped.
|
1993$2402$2410 23$7C22$7C39.975Z
|
\d{4}\$24\d{2}\$24\d{2}\ \d{2}\$7C\d{2}\$7C\d{2}\.\d{3}Z
|
Value is an iso-date. year-month-day are separated by '$24'. ' ' splits date from time. hour:min:sec are separated by '$7C'. precision is 'milliseconds. ends with 'Z'.
|
MiZTs7m2VprF
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
UWDPbgkAyECx8L#LOcVlIQ;8t_W,hz2zi8o8wvC
|
[\w\#;,]+
|
Value has word chars \w+ and punctuation marks '#', ';', ',', wich are kept and escaped.
|
1fHO/Y7twI5
|
[\w/]+
|
Value has word chars \w+ and punctuation marks '/', wich are kept and escaped.
|
320
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
G9S1m{zhUsAWXU,1HsoxQYC4S37
|
[\w\{,]+
|
Value has word chars \w+ and punctuation marks '{', ',', wich are kept and escaped.
|
bgtlE
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
R3DYx6KE
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
2029-09-07T23$5D28$5D05
|
\d{4}\-\d{2}\-\d{2}T\d{2}\$5D\d{2}\$5D\d{2}
|
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 'seconds.
|
1996-04-12 23$3B23$3B39.625Z
|
\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'.
|
173097547
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
P4ZY6OdqT_EAS8GF+dJQJYTn'e0jNsLCo
|
[\w\+']+
|
Value has word chars \w+ and punctuation marks '+', ''', wich are kept and escaped.
|
LS8EcaJz%XIRHHKEA6]3wVHHaxfiDJdehz
|
[\w%\]]+
|
Value has word chars \w+ and punctuation marks '%', ']', wich are kept and escaped.
|
165138333
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
MnoTie
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
1992$3D07$3D16 09:36:11Z
|
\d{4}\$3D\d{2}\$3D\d{2}\ \d{2}:\d{2}:\d{2}Z
|
Value is an iso-date. year-month-day are separated by '$3D'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
|
2017%2609%2601 19:04:55.206Z
|
\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'.
|
1999-06-16T10%4004%4007.030Z
|
\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'.
|
465594
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
cXyE57W0JmgyVRr
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
1998-09-10+19%3C37%3C09.269Z
|
\d{4}\-\d{2}\-\d{2}\+\d{2}%3C\d{2}%3C\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 '%3C'. precision is 'milliseconds. ends with 'Z'.
|
o_cn1Q0rzqy
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
eFpEZf4f0Dk3a
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
567609998
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
t{g_F5HdZ8o6g{92twWhxlIYfD"bQFB0XgNSvI2w_
|
[\w\{\{"]+
|
Value has word chars \w+ and punctuation marks '{', '{', '"', wich are kept and escaped.
|
2008%2D06%2D14+04:47:29Z
|
\d{4}%2D\d{2}%2D\d{2}\+\d{2}:\d{2}:\d{2}Z
|
Value is an iso-date. year-month-day are separated by '%2D'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
|
2018$4001$4006 06$3C13$3C36Z
|
\d{4}\$40\d{2}\$40\d{2}\ \d{2}\$3C\d{2}\$3C\d{2}Z
|
Value is an iso-date. year-month-day are separated by '$40'. ' ' splits date from time. hour:min:sec are separated by '$3C'. precision is 'seconds. ends with 'Z'.
|
lObGrj
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
2014-09-22+09:33:59Z
|
\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-06-11T22:11:34.518
|
\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.
|
whVm
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
2025$3D06$3D01+20:33:35Z
|
\d{4}\$3D\d{2}\$3D\d{2}\+\d{2}:\d{2}:\d{2}Z
|
Value is an iso-date. year-month-day are separated by '$3D'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
|
oS;Tv
|
[\w;]+
|
Value has word chars \w+ and punctuation marks ';', wich are kept and escaped.
|
2003$2E11$2E19+18:15:32
|
\d{4}\$2E\d{2}\$2E\d{2}\+\d{2}:\d{2}:\d{2}
|
Value is an iso-date. year-month-day are separated by '$2E'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds.
|
2016-10-09 22%2F28%2F08.640Z
|
\d{4}\-\d{2}\-\d{2}\ \d{2}%2F\d{2}%2F\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 '%2F'. precision is 'milliseconds. ends with 'Z'.
|
BIgIAjVBNE3MHYs
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
eV4L8WRi0M}ltDktr6_I-WpsMn
|
[\w\}\-]+
|
Value has word chars \w+ and punctuation marks '}', '-', wich are kept and escaped.
|
WP6AL5atVy8PoL|E_>XJo7mNlxz)efkwXcwAYT
|
[\w\|>\)]+
|
Value has word chars \w+ and punctuation marks '|', '>', ')', wich are kept and escaped.
|
x9HMTYrJS"j4]xEMJRG2YE
|
[\w"\]]+
|
Value has word chars \w+ and punctuation marks '"', ']', wich are kept and escaped.
|
2014%3A06%3A02T15:03:09Z
|
\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'.
|
1999$5B07$5B03T03$2B26$2B29
|
\d{4}\$5B\d{2}\$5B\d{2}T\d{2}\$2B\d{2}\$2B\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 '$2B'. precision is 'seconds.
|
2025-04-18 11$3C16$3C44
|
\d{4}\-\d{2}\-\d{2}\ \d{2}\$3C\d{2}\$3C\d{2}
|
Value is an iso-date. year-month-day are separated by '-'. ' ' splits date from time. hour:min:sec are separated by '$3C'. precision is 'seconds.
|
1992%3C10%3C16T02%3D02%3D36Z
|
\d{4}%3C\d{2}%3C\d{2}T\d{2}%3D\d{2}%3D\d{2}Z
|
Value is an iso-date. year-month-day are separated by '%3C'. 'T' splits date from time. hour:min:sec are separated by '%3D'. precision is 'seconds. ends with 'Z'.
|
2024%5F07%5F23T21$3F09$3F28.860
|
\d{4}%5F\d{2}%5F\d{2}T\d{2}\$3F\d{2}\$3F\d{2}\.\d{3}
|
Value is an iso-date. year-month-day are separated by '%5F'. 'T' splits date from time. hour:min:sec are separated by '$3F'. precision is 'milliseconds.
|
z3~g7OUGGQ0w4Z907x
|
[\w\~]+
|
Value has word chars \w+ and punctuation marks '~', wich are kept and escaped.
|
2000-03-24T14%3D07%3D17.859
|
\d{4}\-\d{2}\-\d{2}T\d{2}%3D\d{2}%3D\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 '%3D'. precision is 'milliseconds.
|
1997-01-05T12:32:51Z
|
\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'.
|
ZuY7TOii708eXMN
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
0wnB
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
UxTvX1wH4I2nyEBM
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
243068637
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2000-10-07 00:06:42Z
|
\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'.
|
_jXeQgkIf9Bq,6VpJlWEYb0RyS
|
[\w,]+
|
Value has word chars \w+ and punctuation marks ',', wich are kept and escaped.
|
azBg)XwFYkjqRrVZY8R
|
[\w\)]+
|
Value has word chars \w+ and punctuation marks ')', wich are kept and escaped.
|
1996%7B05%7B04+00:14:03.260Z
|
\d{4}%7B\d{2}%7B\d{2}\+\d{2}:\d{2}:\d{2}\.\d{3}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 'milliseconds. ends with 'Z'.
|
0ji1x1s"YKtMkZ5rhx4ymjK0
|
[\w"]+
|
Value has word chars \w+ and punctuation marks '"', wich are kept and escaped.
|
S'GSBKuPzE_NsrK
|
[\w']+
|
Value has word chars \w+ and punctuation marks ''', wich are kept and escaped.
|
2019$2B01$2B02+17:25:15Z
|
\d{4}\$2B\d{2}\$2B\d{2}\+\d{2}:\d{2}:\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 ':'. precision is 'seconds. ends with 'Z'.
|
780
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
5fIeyEZ7hdRr^_j6lIKeNZnBzTpB\i8vePR8
|
[\w\^\\]+
|
Value has word chars \w+ and punctuation marks '^', '\', wich are kept and escaped.
|
1995-10-21+18%2D06%2D05.939
|
\d{4}\-\d{2}\-\d{2}\+\d{2}%2D\d{2}%2D\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 '%2D'. precision is 'milliseconds.
|
1998%2B12%2B02T19%7C42%7C48.493
|
\d{4}%2B\d{2}%2B\d{2}T\d{2}%7C\d{2}%7C\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 '%7C'. precision is 'milliseconds.
|
1991$7E12$7E23T13%2E57%2E45.323Z
|
\d{4}\$7E\d{2}\$7E\d{2}T\d{2}%2E\d{2}%2E\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 '%2E'. precision is 'milliseconds. ends with 'Z'.
|
489
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
434456156224419
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
1995%5D01%5D28+15%5E06%5E41Z
|
\d{4}%5D\d{2}%5D\d{2}\+\d{2}%5E\d{2}%5E\d{2}Z
|
Value is an iso-date. year-month-day are separated by '%5D'. '+' splits date from time. hour:min:sec are separated by '%5E'. precision is 'seconds. ends with 'Z'.
|
2019-05-03 17$3F34$3F45.221
|
\d{4}\-\d{2}\-\d{2}\ \d{2}\$3F\d{2}\$3F\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 '$3F'. precision is 'milliseconds.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.