mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
Added the magic flag to regexes to say whether it is useful for magic to use
This commit is contained in:
parent
4d9fb7ef58
commit
8df9d6fcf6
43 changed files with 142 additions and 32 deletions
|
@ -47,11 +47,13 @@ class CSVToJSON extends Operation {
|
|||
{
|
||||
match: "^\\s*([A-Z\\s]*,){5}",
|
||||
flags: "i",
|
||||
magic: true,
|
||||
args: [",", "\r\n", "Array of dictionaries"]
|
||||
},
|
||||
{
|
||||
match: "^\\s*([A-Z\\s]*,){5}",
|
||||
flags: "i",
|
||||
magic: true,
|
||||
args: [",", "\r\n", "Array of arrays"]
|
||||
}
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue