Value
stringlengths
2
60
Pattern
stringlengths
3
56
Reason
stringlengths
78
167
1998-09-14 02:52:36.123Z
\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'.
YfMJ0Vx2ZK
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2026%3B09%3B21 23$5B45$5B04
\d{4}%3B\d{2}%3B\d{2}\ \d{2}\$5B\d{2}\$5B\d{2}
Value is an iso-date. year-month-day are separated by '%3B'. ' ' splits date from time. hour:min:sec are separated by '$5B'. precision is 'seconds.
2022%5D06%5D30T19$2313$2346.404
\d{4}%5D\d{2}%5D\d{2}T\d{2}\$23\d{2}\$23\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%5D'. 'T' splits date from time. hour:min:sec are separated by '$23'. precision is 'milliseconds.
2002-07-03+07%2D58%2D41.063Z
\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'.
2001$6002$6024T10:00:22.118Z
\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'.
3'dL8
[\w']+
Value has word chars \w+ and punctuation marks ''', wich are kept and escaped.
2002$2B10$2B09 04$5B15$5B31.618Z
\d{4}\$2B\d{2}\$2B\d{2}\ \d{2}\$5B\d{2}\$5B\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$2B'. ' ' splits date from time. hour:min:sec are separated by '$5B'. precision is 'milliseconds. ends with 'Z'.
2010%5E09%5E17 22:52:17
\d{4}%5E\d{2}%5E\d{2}\ \d{2}:\d{2}:\d{2}
Value is an iso-date. year-month-day are separated by '%5E'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds.
2015-08-28 12:13:18.900Z
\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'.
2012%2611%2620T16%2B45%2B41.488
\d{4}%26\d{2}%26\d{2}T\d{2}%2B\d{2}%2B\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 '%2B'. precision is 'milliseconds.
2014-12-21 03:41:20Z
\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'.
CsyyILY_dNREjcFQ/yjSIHCecQxrBkD0=guAjX2of7q0xn
[\w/=]+
Value has word chars \w+ and punctuation marks '/', '=', wich are kept and escaped.
leQSe-pA2hHAr*1fl7Cs4mLQ
[\w\-\*]+
Value has word chars \w+ and punctuation marks '-', '*', wich are kept and escaped.
F_os6snOdYpB4gH3;4OiVf1h
[\w;]+
Value has word chars \w+ and punctuation marks ';', wich are kept and escaped.
546746829647835
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
Ju6nBIV1)wHp6LJDMOViXz4S5
[\w\)]+
Value has word chars \w+ and punctuation marks ')', wich are kept and escaped.
2012%3B12%3B24T22%7D13%7D15Z
\d{4}%3B\d{2}%3B\d{2}T\d{2}%7D\d{2}%7D\d{2}Z
Value is an iso-date. year-month-day are separated by '%3B'. 'T' splits date from time. hour:min:sec are separated by '%7D'. precision is 'seconds. ends with 'Z'.
2011-08-07T16%7E19%7E13.171
\d{4}\-\d{2}\-\d{2}T\d{2}%7E\d{2}%7E\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 '%7E'. precision is 'milliseconds.
ywnmVUV0saZQCqW*1NC+MbVQQDcxPMpLe;d2zQj45dOF0cQHg
[\w\*\+;]+
Value has word chars \w+ and punctuation marks '*', '+', ';', wich are kept and escaped.
7T6q
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2019-10-04 15:03:11Z
\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'.
1990%3F08%3F19T13:45:44Z
\d{4}%3F\d{2}%3F\d{2}T\d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '%3F'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
2017$7C11$7C09T08:20:44.052Z
\d{4}\$7C\d{2}\$7C\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$7C'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
638294661
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
1999$2602$2623+12:28:57.479
\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.
39501
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
110399308
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2011-03-23T15%3A09%3A51Z
\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'.
ktuEuQslfbwpdr~FyAD6GFEFq-gRrG9vwgpX6gJw}egIu
[\w\~\-\}]+
Value has word chars \w+ and punctuation marks '~', '-', '}', wich are kept and escaped.
Ditaq2jdGv_XMjS
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
993807
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2029-09-15T01%7C24%7C56.883
\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.
2007%2001%2012T02:24:52.327
\d{4}%20\d{2}%20\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%20'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
1994-08-19+08%7E31%7E04.285Z
\d{4}\-\d{2}\-\d{2}\+\d{2}%7E\d{2}%7E\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 '%7E'. precision is 'milliseconds. ends with 'Z'.
P2uDdvcLvwlczL3Z-T+dlxrPyFN>vJTkGw
[\w\-\+>]+
Value has word chars \w+ and punctuation marks '-', '+', '>', wich are kept and escaped.
cF1IM9TvC4O@1m0aDUJpw6ACXu9+69Qn61RoC
[\w@\+]+
Value has word chars \w+ and punctuation marks '@', '+', wich are kept and escaped.
1998$2D10$2D08T04$2615$2658Z
\d{4}\$2D\d{2}\$2D\d{2}T\d{2}\$26\d{2}\$26\d{2}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 'seconds. ends with 'Z'.
2000$7C09$7C27 09$2603$2611
\d{4}\$7C\d{2}\$7C\d{2}\ \d{2}\$26\d{2}\$26\d{2}
Value is an iso-date. year-month-day are separated by '$7C'. ' ' splits date from time. hour:min:sec are separated by '$26'. precision is 'seconds.
2010-07-11T14:32:54
\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.
1995-04-29+03:21:00.520Z
\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'.
mCs_jzycYP)ZVsV6G
[\w\)]+
Value has word chars \w+ and punctuation marks ')', wich are kept and escaped.
2027-06-06 09$5F55$5F01Z
\d{4}\-\d{2}\-\d{2}\ \d{2}\$5F\d{2}\$5F\d{2}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 'seconds. ends with 'Z'.
85I4c%fYyYO2IIWxdPKKt<XClygEZernidO7tF%shQWTw7cZV
[\w%<%]+
Value has word chars \w+ and punctuation marks '%', '<', '%', wich are kept and escaped.
2020-09-20T07:33:32.998
\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.
w3xv7wxcMYOJqi$Nk3pq9rfLn%0_EBsQtMfzy
[\w\$%]+
Value has word chars \w+ and punctuation marks '$', '%', wich are kept and escaped.
2013-07-15+01%7C26%7C15.183
\d{4}\-\d{2}\-\d{2}\+\d{2}%7C\d{2}%7C\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 '%7C'. precision is 'milliseconds.
1999-10-15T15$5B46$5B52.451
\d{4}\-\d{2}\-\d{2}T\d{2}\$5B\d{2}\$5B\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 '$5B'. precision is 'milliseconds.
2004-09-19 22:33:12.409Z
\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'.
2020$3F11$3F30 21%3A43%3A38.529Z
\d{4}\$3F\d{2}\$3F\d{2}\ \d{2}%3A\d{2}%3A\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 '%3A'. precision is 'milliseconds. ends with 'Z'.
1998-05-21T00$2550$2510.848Z
\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'.
2024$3E09$3E22T15%7D20%7D38.246Z
\d{4}\$3E\d{2}\$3E\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 '$3E'. 'T' splits date from time. hour:min:sec are separated by '%7D'. precision is 'milliseconds. ends with 'Z'.
770942315497
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
947909
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
tv6bzfnTHhBrm|mGN8X
[\w\|]+
Value has word chars \w+ and punctuation marks '|', wich are kept and escaped.
vzmbaECeXk*LkDd@DMIoLgu
[\w\*@]+
Value has word chars \w+ and punctuation marks '*', '@', wich are kept and escaped.
9TycC1l
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2005%5C12%5C25+01:45:35.172
\d{4}%5C\d{2}%5C\d{2}\+\d{2}:\d{2}:\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%5C'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds.
985776031472
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2027%4011%4029T02:22:55.644Z
\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'.
2022-12-09+14:41: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'.
552550080541951
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
1998-12-08+17:14:41Z
\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'.
Xr"qfcF1R|5J9gvnaFGlGTh
[\w"\|]+
Value has word chars \w+ and punctuation marks '"', '|', wich are kept and escaped.
1991-10-10T23:26:57.900Z
\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'.
2025-03-09+19:40:01.285
\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.
2018-05-24T06$2021$2053Z
\d{4}\-\d{2}\-\d{2}T\d{2}\$20\d{2}\$20\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 '$20'. precision is 'seconds. ends with 'Z'.
ckf2oTDhAjmYZqZt
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
m3$IQaglKhh7F
[\w\$]+
Value has word chars \w+ and punctuation marks '$', wich are kept and escaped.
2028$2306$2311T18$3A16$3A23.655Z
\d{4}\$23\d{2}\$23\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 '$23'. 'T' splits date from time. hour:min:sec are separated by '$3A'. precision is 'milliseconds. ends with 'Z'.
XkDh3KT_fJYhndl8oJuRvw`ki7Vd
[\w_`]+
Value has word chars \w+ and punctuation marks '_', '`', wich are kept and escaped.
dvH9O4X_.mWEmSReciO8PpGX<H1QSyXzhyd@Mu0EpOUu0cWr
[\w\.<@]+
Value has word chars \w+ and punctuation marks '.', '<', '@', wich are kept and escaped.
2017%2610%2614+13$3F49$3F03.326Z
\d{4}%26\d{2}%26\d{2}\+\d{2}\$3F\d{2}\$3F\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 '$3F'. precision is 'milliseconds. ends with 'Z'.
WTMoc7rh'wB_-S1hqx1hV
[\w'\-]+
Value has word chars \w+ and punctuation marks ''', '-', wich are kept and escaped.
2023%3D02%3D08T01:42:22Z
\d{4}%3D\d{2}%3D\d{2}T\d{2}:\d{2}:\d{2}Z
Value is an iso-date. year-month-day are separated by '%3D'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds. ends with 'Z'.
2024-02-19T08$5E55$5E31Z
\d{4}\-\d{2}\-\d{2}T\d{2}\$5E\d{2}\$5E\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 '$5E'. precision is 'seconds. ends with 'Z'.
2001-05-05T05:59:54Z
\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'.
154507417887
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2012$2F12$2F22+07:15:17
\d{4}\$2F\d{2}\$2F\d{2}\+\d{2}:\d{2}:\d{2}
Value is an iso-date. year-month-day are separated by '$2F'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'seconds.
BY1ipoZUSyaaKmYC!PcgqFZk>Fw5h5mXRt+s
[\w!>\+]+
Value has word chars \w+ and punctuation marks '!', '>', '+', wich are kept and escaped.
HFAmR_RDDdWz
[\w_]+
Value has word chars \w+ and punctuation marks '_', wich are kept and escaped.
2017-02-08T08:51:59Z
\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'.
L_kCK}9rogBxfyJT62J<XA
[\w\}<]+
Value has word chars \w+ and punctuation marks '}', '<', wich are kept and escaped.
2024-11-01+05%5B27%5B50.781Z
\d{4}\-\d{2}\-\d{2}\+\d{2}%5B\d{2}%5B\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 '%5B'. precision is 'milliseconds. ends with 'Z'.
z4ZhaSrlR447IX]2W3GkMJ4ff9AeW^8s
[\w\]\^]+
Value has word chars \w+ and punctuation marks ']', '^', wich are kept and escaped.
2029-08-13+01:05:15Z
\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'.
w6Ttv4hV%l5X!EKPIhu4mNKS77s3Q\yHLCh
[\w%!\\]+
Value has word chars \w+ and punctuation marks '%', '!', '\', wich are kept and escaped.
2027%7E07%7E16+13$4004$4036.486Z
\d{4}%7E\d{2}%7E\d{2}\+\d{2}\$40\d{2}\$40\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 '$40'. precision is 'milliseconds. ends with 'Z'.
102413353894241
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
2021$4003$4004+10%2B53%2B03.239Z
\d{4}\$40\d{2}\$40\d{2}\+\d{2}%2B\d{2}%2B\d{2}\.\d{3}Z
Value is an iso-date. year-month-day are separated by '$40'. '+' splits date from time. hour:min:sec are separated by '%2B'. precision is 'milliseconds. ends with 'Z'.
q.wkjEd2L_UxrkCrtn
[\w\._]+
Value has word chars \w+ and punctuation marks '.', '_', wich are kept and escaped.
2004-07-14+17%2537%2521.209Z
\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'.
2014$7D04$7D10+07%3D29%3D01.674
\d{4}\$7D\d{2}\$7D\d{2}\+\d{2}%3D\d{2}%3D\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '$7D'. '+' splits date from time. hour:min:sec are separated by '%3D'. precision is 'milliseconds.
2008%7D03%7D02T02%7D10%7D57.326
\d{4}%7D\d{2}%7D\d{2}T\d{2}%7D\d{2}%7D\d{2}\.\d{3}
Value is an iso-date. year-month-day are separated by '%7D'. 'T' splits date from time. hour:min:sec are separated by '%7D'. precision is 'milliseconds.
JDB2GyYj6~DFl_QgcF}trbP
[\w\~\}]+
Value has word chars \w+ and punctuation marks '~', '}', wich are kept and escaped.
GHCGV0hfjXphOdL
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
11R8vYiG#jKd:mNU_Pg8
[\w\#:]+
Value has word chars \w+ and punctuation marks '#', ':', wich are kept and escaped.
563890105474
\d+
Value is a number. \d+ accounts for similar numeric data of different lengths.
KO82KIb
\w+
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
2000$2003$2008 05:59:09Z
\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'.