mirror of
https://github.com/gchq/CyberChef
synced 2025-12-26 13:13:33 +00:00
Fixed delimiter options in StrUtils. Closes #238.
This commit is contained in:
@@ -2154,7 +2154,7 @@ const OperationConfig = {
|
|||||||
{
|
{
|
||||||
name: "Invert condition",
|
name: "Invert condition",
|
||||||
type: "boolean",
|
type: "boolean",
|
||||||
value: SeqUtils.SORT_REVERSE
|
value: false
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -104,6 +104,12 @@ const StrUtils = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @constant
|
||||||
|
* @default
|
||||||
|
*/
|
||||||
|
DELIMITER_OPTIONS: ["Line feed", "CRLF", "Space", "Comma", "Semi-colon", "Colon", "Nothing (separate chars)"],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filter operation.
|
* Filter operation.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user