mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-17 11:45:07 -04:00
Add DATE_DELIM_OPTIONS
We do not want ":" since it's common in time strings. Same goes for space.
This commit is contained in:
parent
5290e28ba2
commit
39df81acb5
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@ export const HASH_DELIM_OPTIONS = ["Line feed", "CRLF", "Space", "Comma"];
|
||||||
*/
|
*/
|
||||||
export const IP_DELIM_OPTIONS = ["Line feed", "CRLF", "Space", "Comma", "Semi-colon"];
|
export const IP_DELIM_OPTIONS = ["Line feed", "CRLF", "Space", "Comma", "Semi-colon"];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date delimiters
|
||||||
|
*/
|
||||||
|
export const DATE_DELIM_OPTIONS = ["Line feed", "CRLF", "Comma", "Semi-colon"];
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Split delimiters.
|
* Split delimiters.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue