Value
stringlengths 2
60
| Pattern
stringlengths 3
56
| Reason
stringlengths 78
167
|
---|---|---|
1991-03-14 06:50:47.105
|
\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.
|
zc]6zsc9V7)Kvqyc&YfWZuQe7sHXY
|
[\w\]\)\&]+
|
Value has word chars \w+ and punctuation marks ']', ')', '&', wich are kept and escaped.
|
hINEX32bkxjf^Npew1cE2
|
[\w\^]+
|
Value has word chars \w+ and punctuation marks '^', wich are kept and escaped.
|
2021-08-13T01:54:44.797Z
|
\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'.
|
A9iwqKgLfpst_C,giGqn
|
[\w,]+
|
Value has word chars \w+ and punctuation marks ',', wich are kept and escaped.
|
E>EcxguV7ySi'a6RsFhPyakWFZ9Jd
|
[\w>']+
|
Value has word chars \w+ and punctuation marks '>', ''', wich are kept and escaped.
|
1998-08-23 17:02:40Z
|
\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'.
|
xkA_m\094vy9doFSVGztR
|
[\w\\]+
|
Value has word chars \w+ and punctuation marks '\', wich are kept and escaped.
|
UaSd4TANbR5ZNtCN
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
jN1Kh2g2Si%4qVg8/P26DL
|
[\w%/]+
|
Value has word chars \w+ and punctuation marks '%', '/', wich are kept and escaped.
|
6IeYa1MCyDQhL+igLUXp(CgCQuMOHQ
|
[\w\+\(]+
|
Value has word chars \w+ and punctuation marks '+', '(', wich are kept and escaped.
|
2022%2306%2311T16:46:56Z
|
\d{4}%23\d{2}%23\d{2}T\d{2}:\d{2}:\d{2}Z
|
Value is an iso-date. year-month-day are separated by '%23'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
|
2010-06-29T03%3D13%3D41.884Z
|
\d{4}\-\d{2}\-\d{2}T\d{2}%3D\d{2}%3D\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 '%3D'. precision is 'milliseconds. ends with 'Z'.
|
_:876geJicLp@Y2v1fTYvsz3P:f8ohuhl7n
|
[\w:@:]+
|
Value has word chars \w+ and punctuation marks ':', '@', ':', wich are kept and escaped.
|
moWPLELoLaQkAG"JSF!un_e
|
[\w"!]+
|
Value has word chars \w+ and punctuation marks '"', '!', wich are kept and escaped.
|
997801
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
1994$5C07$5C08+06%2541%2541.601Z
|
\d{4}\$5C\d{2}\$5C\d{2}\+\d{2}%25\d{2}%25\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 '%25'. precision is 'milliseconds. ends with 'Z'.
|
2025-12-18+11%6042%6002.230Z
|
\d{4}\-\d{2}\-\d{2}\+\d{2}%60\d{2}%60\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 '%60'. precision is 'milliseconds. ends with 'Z'.
|
968240085653
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
PsYEY6u4P5lZ_R2c]fczo"aNf
|
[\w\]"]+
|
Value has word chars \w+ and punctuation marks ']', '"', wich are kept and escaped.
|
2021$3B07$3B10 06:20:13.355
|
\d{4}\$3B\d{2}\$3B\d{2}\ \d{2}:\d{2}:\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 ':'. precision is 'milliseconds.
|
310871273944811
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
KKoqmkLdxA8DxJ&ylCAR8Oi6WbZHbB5/aAym)hHeypgI
|
[\w\&/\)]+
|
Value has word chars \w+ and punctuation marks '&', '/', ')', wich are kept and escaped.
|
2024-06-11T10%5D20%5D03.837Z
|
\d{4}\-\d{2}\-\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 '-'. 'T' splits date from time. hour:min:sec are separated by '%5D'. precision is 'milliseconds. ends with 'Z'.
|
796
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
rnkZhU7c7,X|ZiL5pWR
|
[\w,\|]+
|
Value has word chars \w+ and punctuation marks ',', '|', wich are kept and escaped.
|
2009%2F01%2F03+06:50:43.281Z
|
\d{4}%2F\d{2}%2F\d{2}\+\d{2}:\d{2}:\d{2}\.\d{3}Z
|
Value is an iso-date. year-month-day are separated by '%2F'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
|
wrHanh~2YCOAdHb$mtKTmd/47_eMw4B
|
[\w\~\$/]+
|
Value has word chars \w+ and punctuation marks '~', '$', '/', wich are kept and escaped.
|
1992$7E08$7E07T00$2B26$2B51.988Z
|
\d{4}\$7E\d{2}\$7E\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 '$7E'. 'T' splits date from time. hour:min:sec are separated by '$2B'. precision is 'milliseconds. ends with 'Z'.
|
1999%7B01%7B06T16:55:03.265Z
|
\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'.
|
512
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2017-09-13 19:28:55.692Z
|
\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'.
|
SPvXukGiQZS2n&BuT?dDPmDl6yv0o9
|
[\w\&\?]+
|
Value has word chars \w+ and punctuation marks '&', '?', wich are kept and escaped.
|
Wu!qi2grmlEJhyasgR
|
[\w!]+
|
Value has word chars \w+ and punctuation marks '!', wich are kept and escaped.
|
kAqJZvGaMNFo66lr<NGvwtLiZxN@K
|
[\w<@]+
|
Value has word chars \w+ and punctuation marks '<', '@', wich are kept and escaped.
|
GtxXDPpUZ6FrQcNZ
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
1995%2F07%2F04T21:02:35
|
\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.
|
I7rcsqzSZ}hMYvjHTEv*Yx&rt4eQ
|
[\w\}\*\&]+
|
Value has word chars \w+ and punctuation marks '}', '*', '&', wich are kept and escaped.
|
867806
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2011$7B12$7B19 00$7B46$7B46.419
|
\d{4}\$7B\d{2}\$7B\d{2}\ \d{2}\$7B\d{2}\$7B\d{2}\.\d{3}
|
Value is an iso-date. year-month-day are separated by '$7B'. ' ' splits date from time. hour:min:sec are separated by '$7B'. precision is 'milliseconds.
|
515036408378
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
713
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
574447
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2014%2403%2423T17:55:22
|
\d{4}%24\d{2}%24\d{2}T\d{2}:\d{2}:\d{2}
|
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.
|
0Anz8<HUc-Gu5XUy6DQsG[SoI5YtnflGgli4pj
|
[\w<\-\[]+
|
Value has word chars \w+ and punctuation marks '<', '-', '[', wich are kept and escaped.
|
2029$2511$2525T16:41:36.299
|
\d{4}\$25\d{2}\$25\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}
|
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 'milliseconds.
|
1992-05-30 02:56:36.475
|
\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.
|
1998-07-15T06%7D19%7D16.937Z
|
\d{4}\-\d{2}\-\d{2}T\d{2}%7D\d{2}%7D\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 '%7D'. precision is 'milliseconds. ends with 'Z'.
|
2018-03-21T07$3D31$3D52.262Z
|
\d{4}\-\d{2}\-\d{2}T\d{2}\$3D\d{2}\$3D\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 '$3D'. precision is 'milliseconds. ends with 'Z'.
|
136802269470
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2016%4001%4014T19:15:28.481
|
\d{4}%40\d{2}%40\d{2}T\d{2}:\d{2}:\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 ':'. precision is 'milliseconds.
|
2016%5D04%5D01T01:38:10.134Z
|
\d{4}%5D\d{2}%5D\d{2}T\d{2}:\d{2}:\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 ':'. precision is 'milliseconds. ends with 'Z'.
|
2017$5E02$5E12T11:56:17.534Z
|
\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'.
|
1996-11-24T04%2545%2523.837Z
|
\d{4}\-\d{2}\-\d{2}T\d{2}%25\d{2}%25\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 '%25'. precision is 'milliseconds. ends with 'Z'.
|
1997-04-20T07$7B42$7B44Z
|
\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'.
|
1995-04-05 02%5D28%5D53Z
|
\d{4}\-\d{2}\-\d{2}\ \d{2}%5D\d{2}%5D\d{2}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 'seconds. ends with 'Z'.
|
1996$7C11$7C08T17$7C06$7C30Z
|
\d{4}\$7C\d{2}\$7C\d{2}T\d{2}\$7C\d{2}\$7C\d{2}Z
|
Value is an iso-date. year-month-day are separated by '$7C'. 'T' splits date from time. hour:min:sec are separated by '$7C'. precision is 'seconds. ends with 'Z'.
|
svQxOCo}ZCKSM7A}aM8EcAutw|R_Qdcfa0aPC4t
|
[\w\}\}\|]+
|
Value has word chars \w+ and punctuation marks '}', '}', '|', wich are kept and escaped.
|
fvf1rWnwWl5eQ
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
2022-01-29+10:26:55.304
|
\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.
|
2013%2D02%2D26 16$7E49$7E43Z
|
\d{4}%2D\d{2}%2D\d{2}\ \d{2}\$7E\d{2}\$7E\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 '$7E'. precision is 'seconds. ends with 'Z'.
|
wxnJV!AqFFT0vTKyBlt<OxhGP9AJ6JelR
|
[\w!<]+
|
Value has word chars \w+ and punctuation marks '!', '<', wich are kept and escaped.
|
1996-05-11+14%2422%2403.978
|
\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.
|
u-rBrFmXV8E
|
[\w\-]+
|
Value has word chars \w+ and punctuation marks '-', wich are kept and escaped.
|
2024-09-27T16$3E38$3E17Z
|
\d{4}\-\d{2}\-\d{2}T\d{2}\$3E\d{2}\$3E\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 '$3E'. precision is 'seconds. ends with 'Z'.
|
sG6\t(hsyE
|
[\w\\\(]+
|
Value has word chars \w+ and punctuation marks '\', '(', wich are kept and escaped.
|
2009%2502%2520T02%7E51%7E43.229Z
|
\d{4}%25\d{2}%25\d{2}T\d{2}%7E\d{2}%7E\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 '%7E'. precision is 'milliseconds. ends with 'Z'.
|
Y9wUAP62GQtBANY_g2TM09wuKIjyzm
|
[\w_]+
|
Value has word chars \w+ and punctuation marks '_', wich are kept and escaped.
|
uoi{K5rWxUh6GaaApTc:XL
|
[\w\{:]+
|
Value has word chars \w+ and punctuation marks '{', ':', wich are kept and escaped.
|
PV9ypSKS~KWNu30pQmR)B4M7_PV9%crCqW7p8IPnW
|
[\w\~\)%]+
|
Value has word chars \w+ and punctuation marks '~', ')', '%', wich are kept and escaped.
|
355014087679726
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
1991%3E02%3E05+07:59:14.158
|
\d{4}%3E\d{2}%3E\d{2}\+\d{2}:\d{2}:\d{2}\.\d{3}
|
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.
|
659332661516974
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
oYs_Scfzcrtu;RzYpgb0c=OVJF'VNJfZuPy3I3cc
|
[\w;=']+
|
Value has word chars \w+ and punctuation marks ';', '=', ''', wich are kept and escaped.
|
gfD@eR2FCFWoxr)x7qlR
|
[\w@\)]+
|
Value has word chars \w+ and punctuation marks '@', ')', wich are kept and escaped.
|
ZTEfeJDtV*t5myX9j9r|Uhd]8SpQ_
|
[\w\*\|\]]+
|
Value has word chars \w+ and punctuation marks '*', '|', ']', wich are kept and escaped.
|
2000%2312%2319 11:05:31Z
|
\d{4}%23\d{2}%23\d{2}\ \d{2}:\d{2}:\d{2}Z
|
Value is an iso-date. year-month-day are separated by '%23'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
|
uiryVgDu^G6820AHl47XTb1QA
|
[\w\^]+
|
Value has word chars \w+ and punctuation marks '^', wich are kept and escaped.
|
_ePR3Zm
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
dCbxXZOlPjfy
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
V8c*5_Nc7xWwLQit9Mz{NV_Gtlq
|
[\w\*\{]+
|
Value has word chars \w+ and punctuation marks '*', '{', wich are kept and escaped.
|
EPCC1HVi5Zwb<QyRpg9PpdkaEXk>NGVWfyuhp6%PyEU
|
[\w<>%]+
|
Value has word chars \w+ and punctuation marks '<', '>', '%', wich are kept and escaped.
|
2027%2511%2521T00:55:43.065Z
|
\d{4}%25\d{2}%25\d{2}T\d{2}:\d{2}:\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 ':'. precision is 'milliseconds. ends with 'Z'.
|
387123573
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2000-06-07T08%4007%4037.949Z
|
\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'.
|
1992-12-06T21%3B59%3B16Z
|
\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'.
|
JmOucOCJ(eudf1g7CRBpsvmk6
|
[\w\(]+
|
Value has word chars \w+ and punctuation marks '(', wich are kept and escaped.
|
zZzwzgKZhBB3SVE%B3rN0L)8_t5ZIvox<0iwWk33
|
[\w%\)<]+
|
Value has word chars \w+ and punctuation marks '%', ')', '<', wich are kept and escaped.
|
n5-JdJChEr_SqC]YRgUQ3qwjF!mKxrfYlYGmzoXH
|
[\w\-\]!]+
|
Value has word chars \w+ and punctuation marks '-', ']', '!', wich are kept and escaped.
|
ZOqY=0V8E66Syu7_F1~nUP4
|
[\w=\~]+
|
Value has word chars \w+ and punctuation marks '=', '~', wich are kept and escaped.
|
zK0jBFqAySc5v-D_3NvO4]jDAEOD58HX
|
[\w\-_\]]+
|
Value has word chars \w+ and punctuation marks '-', '_', ']', wich are kept and escaped.
|
2016%2605%2612+00$3D23$3D59Z
|
\d{4}%26\d{2}%26\d{2}\+\d{2}\$3D\d{2}\$3D\d{2}Z
|
Value is an iso-date. year-month-day are separated by '%26'. '+' splits date from time. hour:min:sec are separated by '$3D'. precision is 'seconds. ends with 'Z'.
|
DJPdQ56
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
121781865
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2004-01-07T17:08:36.396Z
|
\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'.
|
OioA1KqY99x&O#puRKoUEmQKr}rzz0sBt5
|
[\w\&\#\}]+
|
Value has word chars \w+ and punctuation marks '&', '#', '}', wich are kept and escaped.
|
1998-02-19 12%5B10%5B00Z
|
\d{4}\-\d{2}\-\d{2}\ \d{2}%5B\d{2}%5B\d{2}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 'seconds. ends with 'Z'.
|
UdAxNuhn9AkVS@rBxbj=9k43e3DCZaIpMtZS+FKiILEOb
|
[\w@=\+]+
|
Value has word chars \w+ and punctuation marks '@', '=', '+', wich are kept and escaped.
|
2003-11-14+18%5F13%5F01.051Z
|
\d{4}\-\d{2}\-\d{2}\+\d{2}%5F\d{2}%5F\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 '%5F'. precision is 'milliseconds. ends with 'Z'.
|
2014$2D02$2D11T20$2614$2659.961Z
|
\d{4}\$2D\d{2}\$2D\d{2}T\d{2}\$26\d{2}\$26\d{2}\.\d{3}Z
|
Value is an iso-date. year-month-day are separated by '$2D'. 'T' splits date from time. hour:min:sec are separated by '$26'. precision is 'milliseconds. ends with 'Z'.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.