Value
stringlengths
2
60
Pattern
stringlengths
3
56
Reason
stringlengths
78
167
254662025008
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2016$3F05$3F03+16%7C12%7C48.983Z
\d{4}\$3F\d{2}\$3F\d{2}\+\d{2}%7C\d{2}%7C\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 '%7C'. precision is 'milliseconds. ends with 'Z'.
2023-03-28T07:24:23.035
\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.
1990%3A05%3A24T23%2335%2342.710Z
\d{4}%3A\d{2}%3A\d{2}T\d{2}%23\d{2}%23\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 '%23'. precision is 'milliseconds. ends with 'Z'.
2021-11-09+12$5E31$5E31.923Z
\d{4}\-\d{2}\-\d{2}\+\d{2}\$5E\d{2}\$5E\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 '$5E'. precision is 'milliseconds. ends with 'Z'.
519992040
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2011$3F07$3F27 18%2F25%2F08
\d{4}\$3F\d{2}\$3F\d{2}\ \d{2}%2F\d{2}%2F\d{2}
Value is an iso-date. year-month-day are separated by '$3F'. ' ' splits date from time. hour:min:sec are separated by '%2F'. precision is 'seconds.
2013-03-08 22$3B20$3B29.277
\d{4}\-\d{2}\-\d{2}\ \d{2}\$3B\d{2}\$3B\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 '$3B'. precision is 'milliseconds.
ZsbnPJOrA
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
ZwQEYSAQh9YJ/crX
[\w/]+
Value has word chars \w+ and punctuation marks '/', wich are kept and escaped.
9oyBTQFmEm3z7XkP)n37h}tJJrk4Lqn1xibE
[\w\)\}]+
Value has word chars \w+ and punctuation marks ')', '}', wich are kept and escaped.
1994-12-27+23:01:21Z
\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'.
2016%7D02%7D29+05%3C16%3C46.435Z
\d{4}%7D\d{2}%7D\d{2}\+\d{2}%3C\d{2}%3C\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 '%3C'. precision is 'milliseconds. ends with 'Z'.
ROjTe
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
1994-08-07T15:18:19.402
\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.
2021%3B02%3B04T07:45:17.776Z
\d{4}%3B\d{2}%3B\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '%3B'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
2013%2F11%2F02T08%7B24%7B12.835Z
\d{4}%2F\d{2}%2F\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 '%2F'. 'T' splits date from time. hour:min:sec are separated by '%7B'. precision is 'milliseconds. ends with 'Z'.
1993$3C12$3C26+16$2314$2342.412Z
\d{4}\$3C\d{2}\$3C\d{2}\+\d{2}\$23\d{2}\$23\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$3C'. '+' splits date from time. hour:min:sec are separated by '$23'. precision is 'milliseconds. ends with 'Z'.
4RNudGiVzZ
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
127
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2002$7E01$7E03 02$3C34$3C17.829
\d{4}\$7E\d{2}\$7E\d{2}\ \d{2}\$3C\d{2}\$3C\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '$7E'. ' ' splits date from time. hour:min:sec are separated by '$3C'. precision is 'milliseconds.
157876758609
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
lyQiv|Rn4PcErVThfcBDc,DZj1/v6
[\w\|,/]+
Value has word chars \w+ and punctuation marks '|', ',', '/', wich are kept and escaped.
Hcoqw>sUfMWtzh2*4nYxMOzE_61vu2+a43HcS
[\w>\*\+]+
Value has word chars \w+ and punctuation marks '>', '*', '+', wich are kept and escaped.
1990%2D12%2D06 01$2623$2618.619Z
\d{4}%2D\d{2}%2D\d{2}\ \d{2}\$26\d{2}\$26\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 '$26'. precision is 'milliseconds. ends with 'Z'.
887224140820
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
gAPjVbnbw93ZZl2r
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
478980522317
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
X3aaNQngV5rJF\AT9XV00
[\w\\]+
Value has word chars \w+ and punctuation marks '\', wich are kept and escaped.
M%g{USnoHOd+OZPSym
[\w%\{\+]+
Value has word chars \w+ and punctuation marks '%', '{', '+', wich are kept and escaped.
hNUbI0rdshwxbryC.EHdPGD2yBnnN-kS8Wi4Mf$36YAD50r1aY
[\w\.\-\$]+
Value has word chars \w+ and punctuation marks '.', '-', '$', wich are kept and escaped.
2015-10-07T12:30:21Z
\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'.
wH3X3ERysZ{Na35j6iy}Vlr1aZEXTjw
[\w\{\}]+
Value has word chars \w+ and punctuation marks '{', '}', wich are kept and escaped.
7tlvdbLYsfNsK0
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2010$3A11$3A25+08%2513%2516.515Z
\d{4}\$3A\d{2}\$3A\d{2}\+\d{2}%25\d{2}%25\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$3A'. '+' splits date from time. hour:min:sec are separated by '%25'. precision is 'milliseconds. ends with 'Z'.
2002$2002$2024+11:49:29Z
\d{4}\$20\d{2}\$20\d{2}\+\d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '$20'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
2008-07-03T13%3E10%3E41Z
\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'.
1997-10-31T15$7D30$7D15.335Z
\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'.
2017-12-07T05:13:10.120Z
\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'.
1998-01-24T21%5E34%5E43.461Z
\d{4}\-\d{2}\-\d{2}T\d{2}%5E\d{2}%5E\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 '%5E'. precision is 'milliseconds. ends with 'Z'.
2010%2310%2330T01:57:08.148Z
\d{4}%23\d{2}%23\d{2}T\d{2}:\d{2}:\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 ':'. precision is 'milliseconds. ends with 'Z'.
2007-08-14 21$3A21$3A33.989
\d{4}\-\d{2}\-\d{2}\ \d{2}\$3A\d{2}\$3A\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 '$3A'. precision is 'milliseconds.
2011-04-08T11:04:09.994Z
\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'.
plm866ni3^mfFhm
[\w\^]+
Value has word chars \w+ and punctuation marks '^', wich are kept and escaped.
wWoPeEUm
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2001-01-14+15:49:36.863
\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.
141
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
q4iPttRlbe3^mgXl_f@QlIVcVCx7
[\w\^@]+
Value has word chars \w+ and punctuation marks '^', '@', wich are kept and escaped.
1996-12-14 00%5E48%5E45.327Z
\d{4}\-\d{2}\-\d{2}\ \d{2}%5E\d{2}%5E\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 '%5E'. precision is 'milliseconds. ends with 'Z'.
2005$3B07$3B08 12%2F04%2F40.681Z
\d{4}\$3B\d{2}\$3B\d{2}\ \d{2}%2F\d{2}%2F\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$3B'. ' ' splits date from time. hour:min:sec are separated by '%2F'. precision is 'milliseconds. ends with 'Z'.
TdY<Bm
[\w<]+
Value has word chars \w+ and punctuation marks '<', wich are kept and escaped.
RJRXs9x3NpW'V0UhWubY]NfRP9Vbsh0z_Hhy;rxuB
[\w'\];]+
Value has word chars \w+ and punctuation marks ''', ']', ';', wich are kept and escaped.
eON~wMlmzjt6ZkH80Hw~6FE3Q59ky1x
[\w\~\~]+
Value has word chars \w+ and punctuation marks '~', '~', wich are kept and escaped.
2026-01-18T01%5B00%5B39Z
\d{4}\-\d{2}\-\d{2}T\d{2}%5B\d{2}%5B\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 '%5B'. precision is 'seconds. ends with 'Z'.
nMP3mw
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
IY21LGL2Z5aU1Z"zBAwRAd\FAON9YRSP0Nb
[\w"\\]+
Value has word chars \w+ and punctuation marks '"', '\', wich are kept and escaped.
327848582464
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
6`eq>na/6s2FNwmNBQ8grae
[\w`>/]+
Value has word chars \w+ and punctuation marks '`', '>', '/', wich are kept and escaped.
feDBG9u@41nfZ.LyuA2MShVkXLkE'oeNKfpyo6vZp
[\w@\.']+
Value has word chars \w+ and punctuation marks '@', '.', ''', wich are kept and escaped.
4YvL=pjZ50jlBdcv
[\w=]+
Value has word chars \w+ and punctuation marks '=', wich are kept and escaped.
x7TPLKZ"7)CvAc8h:v2KNC_JELtUG9gJK
[\w"\):]+
Value has word chars \w+ and punctuation marks '"', ')', ':', wich are kept and escaped.
79F6QvWKKulU1wUn?ZLcs_Yq:MyYqF6
[\w\?:]+
Value has word chars \w+ and punctuation marks '?', ':', wich are kept and escaped.
210620438
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
1990-07-28+22:22:08.174Z
\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'.
ZuRArHHSsqHH&I
[\w\&]+
Value has word chars \w+ and punctuation marks '&', wich are kept and escaped.
2001%2411%2421 16:50:16
\d{4}%24\d{2}%24\d{2}\ \d{2}:\d{2}:\d{2}
Value is an iso-date. year-month-day are separated by '%24'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds.
2004-08-19+22$4011$4039.361Z
\d{4}\-\d{2}\-\d{2}\+\d{2}\$40\d{2}\$40\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 '$40'. precision is 'milliseconds. ends with 'Z'.
2008$3E06$3E06+13:13:13.641
\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.
uvFAF2EfETLkqvb
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2001-11-07 13%2607%2615Z
\d{4}\-\d{2}\-\d{2}\ \d{2}%26\d{2}%26\d{2}Z
Value is an iso-date. year-month-day are separated by '-'. ' ' splits date from time. hour:min:sec are separated by '%26'. precision is 'seconds. ends with 'Z'.
2027$3B04$3B25T10%7B04%7B02.952Z
\d{4}\$3B\d{2}\$3B\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 '$3B'. 'T' splits date from time. hour:min:sec are separated by '%7B'. precision is 'milliseconds. ends with 'Z'.
dqwKhpIGHEdMHdU
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2005$3B04$3B19 23:19:21.006Z
\d{4}\$3B\d{2}\$3B\d{2}\ \d{2}:\d{2}:\d{2}\.\d{3}Z
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. ends with 'Z'.
2010$2001$2001+19%3C34%3C23Z
\d{4}\$20\d{2}\$20\d{2}\+\d{2}%3C\d{2}%3C\d{2}Z
Value is an iso-date. year-month-day are separated by '$20'. '+' splits date from time. hour:min:sec are separated by '%3C'. precision is 'seconds. ends with 'Z'.
RlpEnDPkD#beoa
[\w\#]+
Value has word chars \w+ and punctuation marks '#', wich are kept and escaped.
CTTZwQubEVqcd
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
63FTnofN7jePjhTQ#g0J3TTWoi3E
[\w\#]+
Value has word chars \w+ and punctuation marks '#', wich are kept and escaped.
354171075514
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
blqATtIB6d&EMzZfGDV@AVLeQZpz5an8)NGYFXPHJwK5
[\w\&@\)]+
Value has word chars \w+ and punctuation marks '&', '@', ')', wich are kept and escaped.
PdsVGJyXX_TkMDQ<1C8kWfT
[\w<]+
Value has word chars \w+ and punctuation marks '<', wich are kept and escaped.
2025$3C05$3C18T09:28:03.089Z
\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'.
2020%2309%2311+02$2346$2331.305
\d{4}%23\d{2}%23\d{2}\+\d{2}\$23\d{2}\$23\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%23'. '+' splits date from time. hour:min:sec are separated by '$23'. precision is 'milliseconds.
2016%2606%2616T21:03:55Z
\d{4}%26\d{2}%26\d{2}T\d{2}:\d{2}:\d{2}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 'seconds. ends with 'Z'.
2023-06-22 15:38:12
\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.
2001-06-17T17:36:37
\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.
2028$3C12$3C02 01$2300$2312.688Z
\d{4}\$3C\d{2}\$3C\d{2}\ \d{2}\$23\d{2}\$23\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$3C'. ' ' splits date from time. hour:min:sec are separated by '$23'. precision is 'milliseconds. ends with 'Z'.
2028-08-20 12:13:55.633
\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.
1990-08-18T23:53:21.978Z
\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'.
703909065
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2028-06-13 20$3D23$3D31.983
\d{4}\-\d{2}\-\d{2}\ \d{2}\$3D\d{2}\$3D\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 '$3D'. precision is 'milliseconds.
2002-07-01+04:50:42.498Z
\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'.
1992-06-09 03$4050$4026.785Z
\d{4}\-\d{2}\-\d{2}\ \d{2}\$40\d{2}\$40\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 '$40'. precision is 'milliseconds. ends with 'Z'.
2000$3C10$3C29T18:15:30.234Z
\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'.
YCSYuD$wq?mtVFe4cri
[\w\$\?]+
Value has word chars \w+ and punctuation marks '$', '?', wich are kept and escaped.
Gg4W638hQh77x7}4j75E6i
[\w\}]+
Value has word chars \w+ and punctuation marks '}', wich are kept and escaped.
2007%2502%2525 16%3B44%3B57.262
\d{4}%25\d{2}%25\d{2}\ \d{2}%3B\d{2}%3B\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%25'. ' ' splits date from time. hour:min:sec are separated by '%3B'. precision is 'milliseconds.
949
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
884
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
261654360660
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2024-07-05T16%5F40%5F03.341Z
\d{4}\-\d{2}\-\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 '-'. 'T' splits date from time. hour:min:sec are separated by '%5F'. precision is 'milliseconds. ends with 'Z'.