Value
stringlengths 2
60
| Pattern
stringlengths 3
56
| Reason
stringlengths 78
167
|
---|---|---|
2001-05-18T12:52:01.201Z | \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'. |
2007%2501%2522 19%2059%2026 | \d{4}%25\d{2}%25\d{2}\ \d{2}%20\d{2}%20\d{2} | Value is an iso-date. year-month-day are separated by '%25'. ' ' splits date from time. hour:min:sec are separated by '%20'. precision is 'seconds. |
r_bF0UcaN9Njxuj2[pJU4ZCxXVe | [\w\[]+ | Value has word chars \w+ and punctuation marks '[', wich are kept and escaped. |
990 | \d+ | Value is a number. \d+ accounts for similar numeric data of different lengths. |
2001%4010%4006T03$2303$2306.586 | \d{4}%40\d{2}%40\d{2}T\d{2}\$23\d{2}\$23\d{2}\.\d{3} | Value is an iso-date. year-month-day are separated by '%40'. 'T' splits date from time. hour:min:sec are separated by '$23'. precision is 'milliseconds. |
2009-10-28T14:29:30.149Z | \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'. |
504613567667 | \d+ | Value is a number. \d+ accounts for similar numeric data of different lengths. |
1994%2D03%2D15 03%7B51%7B23 | \d{4}%2D\d{2}%2D\d{2}\ \d{2}%7B\d{2}%7B\d{2} | Value is an iso-date. year-month-day are separated by '%2D'. ' ' splits date from time. hour:min:sec are separated by '%7B'. precision is 'seconds. |
2005-10-28+17%3F47%3F52Z | \d{4}\-\d{2}\-\d{2}\+\d{2}%3F\d{2}%3F\d{2}Z | 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. ends with 'Z'. |
2014-03-14 07%5E39%5E12 | \d{4}\-\d{2}\-\d{2}\ \d{2}%5E\d{2}%5E\d{2} | Value is an iso-date. year-month-day are separated by '-'. ' ' splits date from time. hour:min:sec are separated by '%5E'. precision is 'seconds. |
Pv1z | \w+ | Value is a word. \w+ accounts for similar alphanumeric data of different lengths. |
2021-03-02T20:28:38.332Z | \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'. |
2013-06-21 13$5F52$5F44 | \d{4}\-\d{2}\-\d{2}\ \d{2}\$5F\d{2}\$5F\d{2} | 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. |
qFrkguck^PuC3mkhHUaGiXURn+UHJTEWd"pLzlb | [\w\^\+"]+ | Value has word chars \w+ and punctuation marks '^', '+', '"', wich are kept and escaped. |
cWSR7pQZL | \w+ | Value is a word. \w+ accounts for similar alphanumeric data of different lengths. |
2018-06-08T02:57:21.793 | \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. |
2026-10-01T23%2F29%2F21Z | \d{4}\-\d{2}\-\d{2}T\d{2}%2F\d{2}%2F\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 '%2F'. precision is 'seconds. ends with 'Z'. |
2023-04-17T22:50:52Z | \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'. |
2004$5E09$5E08T07:44:07.966Z | \d{4}\$5E\d{2}\$5E\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z | Value is an iso-date. year-month-day are separated by '$5E'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'. |
1ihVj^S8 | [\w\^]+ | Value has word chars \w+ and punctuation marks '^', wich are kept and escaped. |
2015$2612$2619 06$2055$2026.561 | \d{4}\$26\d{2}\$26\d{2}\ \d{2}\$20\d{2}\$20\d{2}\.\d{3} | Value is an iso-date. year-month-day are separated by '$26'. ' ' splits date from time. hour:min:sec are separated by '$20'. precision is 'milliseconds. |
P7k2IFRAbBWZiY{HMOy | [\w\{]+ | Value has word chars \w+ and punctuation marks '{', wich are kept and escaped. |
2007-08-14 00:26:45.565Z | \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-05-01T15:46:22Z | \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'. |
2006-01-30 21%2B46%2B32.899Z | \d{4}\-\d{2}\-\d{2}\ \d{2}%2B\d{2}%2B\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 '%2B'. precision is 'milliseconds. ends with 'Z'. |
2006$3E03$3E30 20:22:13.815Z | \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'. |
PFfselgZKj | \w+ | Value is a word. \w+ accounts for similar alphanumeric data of different lengths. |
2022$3F11$3F14T20%5F12%5F35 | \d{4}\$3F\d{2}\$3F\d{2}T\d{2}%5F\d{2}%5F\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 '%5F'. precision is 'seconds. |
444183 | \d+ | Value is a number. \d+ accounts for similar numeric data of different lengths. |
2011%3B09%3B03 17%5F05%5F13.296 | \d{4}%3B\d{2}%3B\d{2}\ \d{2}%5F\d{2}%5F\d{2}\.\d{3} | Value is an iso-date. year-month-day are separated by '%3B'. ' ' splits date from time. hour:min:sec are separated by '%5F'. precision is 'milliseconds. |
2011-05-14+03$5E46$5E31.287 | \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. |
5_xV"fMwLLnMKmInR_I8?Z=DGpJW8z_izuNU_Fn | [\w"\?=]+ | Value has word chars \w+ and punctuation marks '"', '?', '=', wich are kept and escaped. |
NZTYc>X9fEWbhGnazk;QLOp5jcueGoa8Y0k(Hd | [\w>;\(]+ | Value has word chars \w+ and punctuation marks '>', ';', '(', wich are kept and escaped. |
NJ6gwW9ndxfm&Rr8 | [\w\&]+ | Value has word chars \w+ and punctuation marks '&', wich are kept and escaped. |
1990-11-06T23$3A59$3A29Z | \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'. |
2018-10-08+23%2330%2331 | \d{4}\-\d{2}\-\d{2}\+\d{2}%23\d{2}%23\d{2} | Value is an iso-date. year-month-day are separated by '-'. '+' splits date from time. hour:min:sec are separated by '%23'. precision is 'seconds. |
2024-03-07T08$2B18$2B42.587Z | \d{4}\-\d{2}\-\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 '-'. 'T' splits date from time. hour:min:sec are separated by '$2B'. precision is 'milliseconds. ends with 'Z'. |
LCvAoxUgNFtEW4mJ<LYMfjorNOuSUClg6?JR6mW3D`ap2MrHt_ | [\w<\?`]+ | Value has word chars \w+ and punctuation marks '<', '?', '`', wich are kept and escaped. |
2021$2401$2428T08:47:48Z | \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'. |
Hk_hCY32k7zBtgd.QAeZyZ9Br%hqs3kVeyKTx | [\w\.%]+ | Value has word chars \w+ and punctuation marks '.', '%', wich are kept and escaped. |
1996$5F05$5F31+06:41:27Z | \d{4}\$5F\d{2}\$5F\d{2}\+\d{2}:\d{2}:\d{2}Z | Value is an iso-date. year-month-day are separated by '$5F'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'. |
fsf8LvJij4 | \w+ | Value is a word. \w+ accounts for similar alphanumeric data of different lengths. |
1999%5C10%5C01T00%2605%2659Z | \d{4}%5C\d{2}%5C\d{2}T\d{2}%26\d{2}%26\d{2}Z | Value is an iso-date. year-month-day are separated by '%5C'. 'T' splits date from time. hour:min:sec are separated by '%26'. precision is 'seconds. ends with 'Z'. |
S1&sVbF63nH8R12:cEqTZgrYAloreySD | [\w\&:]+ | Value has word chars \w+ and punctuation marks '&', ':', wich are kept and escaped. |
nfZgBmj1VWxm3H3K.kwhRywYlVpcMxvp.TdH<DbgIDTe2HG6 | [\w\.\.<]+ | Value has word chars \w+ and punctuation marks '.', '.', '<', wich are kept and escaped. |
2004%3A04%3A03 11:30:12.555 | \d{4}%3A\d{2}%3A\d{2}\ \d{2}:\d{2}:\d{2}\.\d{3} | Value is an iso-date. year-month-day are separated by '%3A'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. |
YHNTB3 | \w+ | Value is a word. \w+ accounts for similar alphanumeric data of different lengths. |
lN3pJK6l'6iKHrNwCYHBe(KLP2Iy4w | [\w'\(]+ | Value has word chars \w+ and punctuation marks ''', '(', wich are kept and escaped. |
2003-04-18+23:29:37.511Z | \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'. |
l8ztCQ@yrCyzSKzg8_s3I0h_KDD26Jd5pliCCtSb$hu9qSdJqqEdarT0 | [\w@_\$]+ | Value has word chars \w+ and punctuation marks '@', '_', '$', wich are kept and escaped. |
QWFennPqG3d&DuiwMHfxtJsnW\l1sCEsKeXk9zqn | [\w\&\\]+ | Value has word chars \w+ and punctuation marks '&', '\', wich are kept and escaped. |
ESXFSPap:xAqqo2oypDf2clF[xWdBx_9wH2 | [\w:\[]+ | Value has word chars \w+ and punctuation marks ':', '[', wich are kept and escaped. |
oe3yEb0o-CLeXosEVmSJS9Wh | [\w\-]+ | Value has word chars \w+ and punctuation marks '-', wich are kept and escaped. |
1998$2B07$2B12T08:59:54Z | \d{4}\$2B\d{2}\$2B\d{2}T\d{2}:\d{2}:\d{2}Z | Value is an iso-date. year-month-day are separated by '$2B'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'. |
2008%5B12%5B10T05:12:09Z | \d{4}%5B\d{2}%5B\d{2}T\d{2}:\d{2}:\d{2}Z | Value is an iso-date. year-month-day are separated by '%5B'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'. |
2009-07-30 12:17:36Z | \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'. |
IWkFkgZlzX9B | \w+ | Value is a word. \w+ accounts for similar alphanumeric data of different lengths. |
r703BzoGT@CEVKp | [\w@]+ | Value has word chars \w+ and punctuation marks '@', wich are kept and escaped. |
1993-08-18T05$4040$4049Z | \d{4}\-\d{2}\-\d{2}T\d{2}\$40\d{2}\$40\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 '$40'. precision is 'seconds. ends with 'Z'. |
0zmDGbrlXzPe4Zh'sa6n&g | [\w'\&]+ | Value has word chars \w+ and punctuation marks ''', '&', wich are kept and escaped. |
3zVxM | \w+ | Value is a word. \w+ accounts for similar alphanumeric data of different lengths. |
t5CtcETUOU46I | \w+ | Value is a word. \w+ accounts for similar alphanumeric data of different lengths. |
73492340 | \d+ | Value is a number. \d+ accounts for similar numeric data of different lengths. |
2014-09-20T08:41:29.984Z | \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-01-06+14:21:09Z | \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'. |
CEol`V6O_PhaUiDaFMp | [\w`]+ | Value has word chars \w+ and punctuation marks '`', wich are kept and escaped. |
261138 | \d+ | Value is a number. \d+ accounts for similar numeric data of different lengths. |
2000-07-24+03:31:15.205 | \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. |
2016%4005%4015T16:35:30.338Z | \d{4}%40\d{2}%40\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z | Value is an iso-date. year-month-day are separated by '%40'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'. |
25PijYxFHsva"3jqG7X~6;XHtCC | [\w"\~;]+ | Value has word chars \w+ and punctuation marks '"', '~', ';', wich are kept and escaped. |
Uq5wL7Y~rFCfR9w6zc4~12Do0guFY | [\w\~\~]+ | Value has word chars \w+ and punctuation marks '~', '~', wich are kept and escaped. |
pa7AxeT42tf2qSQ.um5SNaUV<WQUWb1v:Ah1tEPp | [\w\.<:]+ | Value has word chars \w+ and punctuation marks '.', '<', ':', wich are kept and escaped. |
EHBJmQljcsO02t | \w+ | Value is a word. \w+ accounts for similar alphanumeric data of different lengths. |
qxQ0e3GHkXG5lM~ulH9IYT | [\w\~]+ | Value has word chars \w+ and punctuation marks '~', wich are kept and escaped. |
e/jaO0NcEWE-4KK | [\w/\-]+ | Value has word chars \w+ and punctuation marks '/', '-', wich are kept and escaped. |
2020$6011$6011T17%2F49%2F01.317Z | \d{4}\$60\d{2}\$60\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 '$60'. 'T' splits date from time. hour:min:sec are separated by '%2F'. precision is 'milliseconds. ends with 'Z'. |
QUlYIXE4aWWSt>t5T0_CZZ | [\w>_]+ | Value has word chars \w+ and punctuation marks '>', '_', wich are kept and escaped. |
2005%2610%2625+02:37:23.623 | \d{4}%26\d{2}%26\d{2}\+\d{2}:\d{2}:\d{2}\.\d{3} | 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. |
2004-09-05 19:05:57.185Z | \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'. |
UWJG8ICq4+V2D'nya_C0\uKNUd3ng9 | [\w\+'\\]+ | Value has word chars \w+ and punctuation marks '+', ''', '\', wich are kept and escaped. |
1990-02-14T02:58:15.685 | \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. |
cu7DJ0{9dpPw2ge[Kf32_ha | [\w\{\[]+ | Value has word chars \w+ and punctuation marks '{', '[', wich are kept and escaped. |
2023%3E04%3E29T16:44:10.587Z | \d{4}%3E\d{2}%3E\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}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 'milliseconds. ends with 'Z'. |
ZjITr<e42EhFadTxqw9]TYY"6w1AXoLLw | [\w<\]"]+ | Value has word chars \w+ and punctuation marks '<', ']', '"', wich are kept and escaped. |
1998%2B08%2B04T15%2E59%2E30Z | \d{4}%2B\d{2}%2B\d{2}T\d{2}%2E\d{2}%2E\d{2}Z | Value is an iso-date. year-month-day are separated by '%2B'. 'T' splits date from time. hour:min:sec are separated by '%2E'. precision is 'seconds. ends with 'Z'. |
726 | \d+ | Value is a number. \d+ accounts for similar numeric data of different lengths. |
2027%7E09%7E15T09%2035%2046.975Z | \d{4}%7E\d{2}%7E\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 '%7E'. 'T' splits date from time. hour:min:sec are separated by '%20'. precision is 'milliseconds. ends with 'Z'. |
2026-08-26 19:32:42.246Z | \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'. |
1995%2011%2023+03$3F03$3F53.517Z | \d{4}%20\d{2}%20\d{2}\+\d{2}\$3F\d{2}\$3F\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 '$3F'. precision is 'milliseconds. ends with 'Z'. |
2002%6003%6021T03:58:16.003Z | \d{4}%60\d{2}%60\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z | Value is an iso-date. year-month-day are separated by '%60'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'. |
942446750 | \d+ | Value is a number. \d+ accounts for similar numeric data of different lengths. |
J2cj22iKeT4Q{tFqBIMD7xIY1 | [\w\{]+ | Value has word chars \w+ and punctuation marks '{', wich are kept and escaped. |
149695320048864 | \d+ | Value is a number. \d+ accounts for similar numeric data of different lengths. |
2004%3E03%3E22+20:33:03.026Z | \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'. |
NfMJ;6FuGC9qIFKFEOhI | [\w;]+ | Value has word chars \w+ and punctuation marks ';', wich are kept and escaped. |
2028%7E10%7E27+12:32:50.742Z | \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'. |
AH?zjS60kUK4czTm:ehIATyDPE(e9ZJoCJXMIQvWZKQ | [\w\?:\(]+ | Value has word chars \w+ and punctuation marks '?', ':', '(', wich are kept and escaped. |
1996-02-25+07%2406%2411.831 | \d{4}\-\d{2}\-\d{2}\+\d{2}%24\d{2}%24\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 '%24'. precision is 'milliseconds. |
Y5cDp | \w+ | Value is a word. \w+ accounts for similar alphanumeric data of different lengths. |
2027-05-24 15:35:17 | \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. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.