mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
Fixed delimiter options in StrUtils. Closes #238.
This commit is contained in:
parent
ec205f4f7d
commit
6220128a74
2 changed files with 7 additions and 1 deletions
|
@ -104,6 +104,12 @@ const StrUtils = {
|
|||
},
|
||||
|
||||
|
||||
/**
|
||||
* @constant
|
||||
* @default
|
||||
*/
|
||||
DELIMITER_OPTIONS: ["Line feed", "CRLF", "Space", "Comma", "Semi-colon", "Colon", "Nothing (separate chars)"],
|
||||
|
||||
/**
|
||||
* Filter operation.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue