Value
stringlengths 2
60
| Pattern
stringlengths 3
56
| Reason
stringlengths 78
167
|
---|---|---|
a9C|JjhkB1C_P5KJWT>1rXpkEW1~Ss
|
[\w\|>\~]+
|
Value has word chars \w+ and punctuation marks '|', '>', '~', wich are kept and escaped.
|
71grA6@qdlQ_5V*6Fc
|
[\w@\*]+
|
Value has word chars \w+ and punctuation marks '@', '*', wich are kept and escaped.
|
2001-09-04T23%3B56%3B44.457
|
\d{4}\-\d{2}\-\d{2}T\d{2}%3B\d{2}%3B\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 '%3B'. precision is 'milliseconds.
|
MqxAN$UbRHJY
|
[\w\$]+
|
Value has word chars \w+ and punctuation marks '$', wich are kept and escaped.
|
Yki17cyQLz_Le=H4OCY
|
[\w=]+
|
Value has word chars \w+ and punctuation marks '=', wich are kept and escaped.
|
2010$2607$2625T19:13:36.498Z
|
\d{4}\$26\d{2}\$26\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}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 'milliseconds. ends with 'Z'.
|
2019$2510$2527+13%7D39%7D27.909Z
|
\d{4}\$25\d{2}\$25\d{2}\+\d{2}%7D\d{2}%7D\d{2}\.\d{3}Z
|
Value is an iso-date. year-month-day are separated by '$25'. '+' splits date from time. hour:min:sec are separated by '%7D'. precision is 'milliseconds. ends with 'Z'.
|
2019%5E05%5E07T08%3B12%3B40Z
|
\d{4}%5E\d{2}%5E\d{2}T\d{2}%3B\d{2}%3B\d{2}Z
|
Value is an iso-date. year-month-day are separated by '%5E'. 'T' splits date from time. hour:min:sec are separated by '%3B'. precision is 'seconds. ends with 'Z'.
|
2000$2606$2629T08:14:41.896
|
\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.
|
2023%3D03%3D06T16$6040$6003.728Z
|
\d{4}%3D\d{2}%3D\d{2}T\d{2}\$60\d{2}\$60\d{2}\.\d{3}Z
|
Value is an iso-date. year-month-day are separated by '%3D'. 'T' splits date from time. hour:min:sec are separated by '$60'. precision is 'milliseconds. ends with 'Z'.
|
375147180117576
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2029-09-08+19%5D30%5D53.748
|
\d{4}\-\d{2}\-\d{2}\+\d{2}%5D\d{2}%5D\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 '%5D'. precision is 'milliseconds.
|
1991-09-15+19:32:13.896
|
\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.
|
243
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2015-11-11 03%3B04%3B17.862
|
\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.
|
2005-10-09+10:37:26.467Z
|
\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'.
|
2019$3D09$3D28T12$2F54$2F19
|
\d{4}\$3D\d{2}\$3D\d{2}T\d{2}\$2F\d{2}\$2F\d{2}
|
Value is an iso-date. year-month-day are separated by '$3D'. 'T' splits date from time. hour:min:sec are separated by '$2F'. precision is 'seconds.
|
TEwy=W1}D[KqyHAEhI
|
[\w=\}\[]+
|
Value has word chars \w+ and punctuation marks '=', '}', '[', wich are kept and escaped.
|
2003%5F12%5F16T15%3D19%3D37.535Z
|
\d{4}%5F\d{2}%5F\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 '%5F'. 'T' splits date from time. hour:min:sec are separated by '%3D'. precision is 'milliseconds. ends with 'Z'.
|
TN]DGIhaKwI2C)i62lu5f
|
[\w\]\)]+
|
Value has word chars \w+ and punctuation marks ']', ')', wich are kept and escaped.
|
1996%2310%2319T13%3D53%3D37.914Z
|
\d{4}%23\d{2}%23\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 '%23'. 'T' splits date from time. hour:min:sec are separated by '%3D'. precision is 'milliseconds. ends with 'Z'.
|
2005%2D07%2D03T05:32:58.387Z
|
\d{4}%2D\d{2}%2D\d{2}T\d{2}:\d{2}:\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 ':'. precision is 'milliseconds. ends with 'Z'.
|
2015%7E10%7E19T15$2F59$2F08.314Z
|
\d{4}%7E\d{2}%7E\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 '%7E'. 'T' splits date from time. hour:min:sec are separated by '$2F'. precision is 'milliseconds. ends with 'Z'.
|
CKl2z1GfJk0+78bBs,vF8gqzNr3Yy
|
[\w\+,]+
|
Value has word chars \w+ and punctuation marks '+', ',', wich are kept and escaped.
|
2011-11-22 23:21:02.264Z
|
\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'.
|
2015%3D01%3D08 09$5C28$5C55Z
|
\d{4}%3D\d{2}%3D\d{2}\ \d{2}\$5C\d{2}\$5C\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 '$5C'. precision is 'seconds. ends with 'Z'.
|
2001$5F06$5F15T21:22:30.311Z
|
\d{4}\$5F\d{2}\$5F\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z
|
Value is an iso-date. year-month-day are separated by '$5F'. 'T' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
|
289625291396211
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
zD1yytWLmP
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
CC0cCOkC$vgXyM$7WN_ahql2
|
[\w\$\$]+
|
Value has word chars \w+ and punctuation marks '$', '$', wich are kept and escaped.
|
cy7PviCXI_f4QzB,KlFShqgnT8RS
|
[\w,]+
|
Value has word chars \w+ and punctuation marks ',', wich are kept and escaped.
|
78701363182
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
JhwNyuITv0sb
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
2015-04-11+10$7D56$7D44Z
|
\d{4}\-\d{2}\-\d{2}\+\d{2}\$7D\d{2}\$7D\d{2}Z
|
Value is an iso-date. year-month-day are separated by '-'. '+' splits date from time. hour:min:sec are separated by '$7D'. precision is 'seconds. ends with 'Z'.
|
ie+jJojcftB
|
[\w\+]+
|
Value has word chars \w+ and punctuation marks '+', wich are kept and escaped.
|
C0WJ16Sxd4M<c4eFoxG4fws0
|
[\w<]+
|
Value has word chars \w+ and punctuation marks '<', wich are kept and escaped.
|
1FoCe
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
1997%7B04%7B29T03:18:08.297
|
\d{4}%7B\d{2}%7B\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}
|
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.
|
2011-05-03T12$3E49$3E50.820Z
|
\d{4}\-\d{2}\-\d{2}T\d{2}\$3E\d{2}\$3E\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 '$3E'. precision is 'milliseconds. ends with 'Z'.
|
2029%6008%6017T18%2B51%2B55Z
|
\d{4}%60\d{2}%60\d{2}T\d{2}%2B\d{2}%2B\d{2}Z
|
Value is an iso-date. year-month-day are separated by '%60'. 'T' splits date from time. hour:min:sec are separated by '%2B'. precision is 'seconds. ends with 'Z'.
|
XbX9329jQC9JuP-rl5r
|
[\w\-]+
|
Value has word chars \w+ and punctuation marks '-', wich are kept and escaped.
|
fZpZyK2
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
_uJMJ138_kcb^J
|
[\w\^]+
|
Value has word chars \w+ and punctuation marks '^', wich are kept and escaped.
|
vdOLjHelU|h7hgZnhqhiO0daG]sgzsFYjR_jQAV^At
|
[\w\|\]\^]+
|
Value has word chars \w+ and punctuation marks '|', ']', '^', wich are kept and escaped.
|
2027-12-08T07%7E44%7E42.644Z
|
\d{4}\-\d{2}\-\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 '-'. 'T' splits date from time. hour:min:sec are separated by '%7E'. precision is 'milliseconds. ends with 'Z'.
|
2027-07-06+02$2E03$2E39.160Z
|
\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'.
|
2003$2B09$2B08 02:04:44Z
|
\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'.
|
jyUPmaMpwJh>Z6UIL13oYVdjE_
|
[\w>]+
|
Value has word chars \w+ and punctuation marks '>', wich are kept and escaped.
|
2018$5B05$5B08+21:06:12.252Z
|
\d{4}\$5B\d{2}\$5B\d{2}\+\d{2}:\d{2}:\d{2}\.\d{3}Z
|
Value is an iso-date. year-month-day are separated by '$5B'. '+' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
|
Z/Ft06Yt6K|3aTeof6V4eM`QVZizq15cZm
|
[\w/\|`]+
|
Value has word chars \w+ and punctuation marks '/', '|', '`', wich are kept and escaped.
|
2002%2601%2628T23$2F45$2F21.058
|
\d{4}%26\d{2}%26\d{2}T\d{2}\$2F\d{2}\$2F\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 '$2F'. precision is 'milliseconds.
|
2010%3A08%3A04T17$3C39$3C00.002
|
\d{4}%3A\d{2}%3A\d{2}T\d{2}\$3C\d{2}\$3C\d{2}\.\d{3}
|
Value is an iso-date. year-month-day are separated by '%3A'. 'T' splits date from time. hour:min:sec are separated by '$3C'. precision is 'milliseconds.
|
2026-12-22T17:20:55
|
\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.
|
2023-04-02T20$2027$2001Z
|
\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'.
|
2005%5B10%5B01T06%7E53%7E38Z
|
\d{4}%5B\d{2}%5B\d{2}T\d{2}%7E\d{2}%7E\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 '%7E'. precision is 'seconds. ends with 'Z'.
|
2027-04-05T20$3F19$3F28Z
|
\d{4}\-\d{2}\-\d{2}T\d{2}\$3F\d{2}\$3F\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 '$3F'. precision is 'seconds. ends with 'Z'.
|
2000$2508$2514T22:07:45
|
\d{4}\$25\d{2}\$25\d{2}T\d{2}:\d{2}:\d{2}
|
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.
|
pLw$sIKYpY82
|
[\w\$]+
|
Value has word chars \w+ and punctuation marks '$', wich are kept and escaped.
|
bZZWT|e7nVLTZjg8cSvG9=_UDSAHJpe
|
[\w\|=]+
|
Value has word chars \w+ and punctuation marks '|', '=', wich are kept and escaped.
|
2026-03-23+17:59:48Z
|
\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'.
|
2006-01-05 18:49:31.901Z
|
\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'.
|
2029-11-10 05:28: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'.
|
131042975953375
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
332
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2015%5B02%5B16 18:21:10.066Z
|
\d{4}%5B\d{2}%5B\d{2}\ \d{2}:\d{2}:\d{2}\.\d{3}Z
|
Value is an iso-date. year-month-day are separated by '%5B'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
|
2020-06-09T11:43:40.727Z
|
\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'.
|
Z3Vjmd8QmMG@ik_(cBQxXNr
|
[\w@\(]+
|
Value has word chars \w+ and punctuation marks '@', '(', wich are kept and escaped.
|
2027%2F10%2F25+07:14:08.883
|
\d{4}%2F\d{2}%2F\d{2}\+\d{2}:\d{2}:\d{2}\.\d{3}
|
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.
|
sa63xqygMnjvnfh
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
1998$2E09$2E12 03:41:38.674Z
|
\d{4}\$2E\d{2}\$2E\d{2}\ \d{2}:\d{2}:\d{2}\.\d{3}Z
|
Value is an iso-date. year-month-day are separated by '$2E'. ' ' splits date from time. hour:min:sec are separated by ':'. precision is 'milliseconds. ends with 'Z'.
|
mhjaLEKO4WS^F-Ir1_deD8kOHRq
|
[\w\^\-]+
|
Value has word chars \w+ and punctuation marks '^', '-', wich are kept and escaped.
|
2023$3C03$3C06T08:53:37Z
|
\d{4}\$3C\d{2}\$3C\d{2}T\d{2}:\d{2}:\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 ':'. precision is 'seconds. ends with 'Z'.
|
2026$7C03$7C28T20:31:54Z
|
\d{4}\$7C\d{2}\$7C\d{2}T\d{2}:\d{2}:\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 ':'. precision is 'seconds. ends with 'Z'.
|
A9QK_b}k1UXeMQq9KYHM7
|
[\w\}]+
|
Value has word chars \w+ and punctuation marks '}', wich are kept and escaped.
|
2001-09-27T14%7D59%7D44.513
|
\d{4}\-\d{2}\-\d{2}T\d{2}%7D\d{2}%7D\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 '%7D'. precision is 'milliseconds.
|
2027-04-24T10:53:36Z
|
\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'.
|
976
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
43tG#pSXW_njv4GXD&FFHC_zbxhdQINjmaql2
|
[\w\#\&_]+
|
Value has word chars \w+ and punctuation marks '#', '&', '_', wich are kept and escaped.
|
XV_6ERKmI
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
2019$2F07$2F16T03%2F05%2F33Z
|
\d{4}\$2F\d{2}\$2F\d{2}T\d{2}%2F\d{2}%2F\d{2}Z
|
Value is an iso-date. year-month-day are separated by '$2F'. 'T' splits date from time. hour:min:sec are separated by '%2F'. precision is 'seconds. ends with 'Z'.
|
2007-12-28 11%2E16%2E19.851Z
|
\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'.
|
z9EADRgUuS_!KGSQY5LdnCwqKKZG|cXILnZSS9tQS8-gibSZrDRbG
|
[\w!\|\-]+
|
Value has word chars \w+ and punctuation marks '!', '|', '-', wich are kept and escaped.
|
2008-03-30T11:55:01
|
\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.
|
hnVKU15p
|
\w+
|
Value is a word. \w+ accounts for similar alphanumeric data of different lengths.
|
2024$2F09$2F15T05:11:20Z
|
\d{4}\$2F\d{2}\$2F\d{2}T\d{2}:\d{2}:\d{2}Z
|
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. ends with 'Z'.
|
6dj8]9ah1MxEOace;SEEGJKK
|
[\w\];]+
|
Value has word chars \w+ and punctuation marks ']', ';', wich are kept and escaped.
|
o3dEv$cgN_4iu6RL:i7Bs
|
[\w\$_:]+
|
Value has word chars \w+ and punctuation marks '$', '_', ':', wich are kept and escaped.
|
2005$2F06$2F07 00$3E31$3E09.285
|
\d{4}\$2F\d{2}\$2F\d{2}\ \d{2}\$3E\d{2}\$3E\d{2}\.\d{3}
|
Value is an iso-date. year-month-day are separated by '$2F'. ' ' splits date from time. hour:min:sec are separated by '$3E'. precision is 'milliseconds.
|
370324
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
238323
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2004%2B08%2B13 01:29:17.605Z
|
\d{4}%2B\d{2}%2B\d{2}\ \d{2}:\d{2}:\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 ':'. precision is 'milliseconds. ends with 'Z'.
|
2027%3D03%3D05T22%5C47%5C07
|
\d{4}%3D\d{2}%3D\d{2}T\d{2}%5C\d{2}%5C\d{2}
|
Value is an iso-date. year-month-day are separated by '%3D'. 'T' splits date from time. hour:min:sec are separated by '%5C'. precision is 'seconds.
|
2001-06-06+06:54:15.140Z
|
\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'.
|
yFo7W4aswl/WTuCEqWvoz!8lbNZpLW
|
[\w/!]+
|
Value has word chars \w+ and punctuation marks '/', '!', wich are kept and escaped.
|
QdefsNv1y1XO]bXor9xkIc
|
[\w\]]+
|
Value has word chars \w+ and punctuation marks ']', wich are kept and escaped.
|
WKI*3<T
|
[\w\*<]+
|
Value has word chars \w+ and punctuation marks '*', '<', wich are kept and escaped.
|
1990$3A11$3A02T02%2B46%2B37.374Z
|
\d{4}\$3A\d{2}\$3A\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 '$3A'. 'T' splits date from time. hour:min:sec are separated by '%2B'. precision is 'milliseconds. ends with 'Z'.
|
312491
|
\d+
|
Value is a number. \d+ accounts for similar numeric data of different lengths.
|
2000-04-21T02%3B52%3B51.426
|
\d{4}\-\d{2}\-\d{2}T\d{2}%3B\d{2}%3B\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 '%3B'. precision is 'milliseconds.
|
xIEgTMIDa#VuPe_y5sSVMa
|
[\w\#]+
|
Value has word chars \w+ and punctuation marks '#', wich are kept and escaped.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.