mirror of
https://github.com/gchq/CyberChef
synced 2026-01-06 02:23:20 +00:00
Linting and tidy up
This commit is contained in:
@@ -33,23 +33,6 @@ class FromBase85 extends Operation {
|
||||
value: ALPHABET_OPTIONS
|
||||
},
|
||||
];
|
||||
this.patterns = [
|
||||
{
|
||||
match: "^\\s*(<~)?([!-u]{4})+([!-u]{1,3})??(~>)?\\s*$",
|
||||
flags: "",
|
||||
args: ["!-u", true]
|
||||
},
|
||||
{
|
||||
match: "^\\s*(<~)?([0-9A-Z.-:+=^!/*?&<>()[]{}@%$#]{4})+([0-9A-Z.-:+=^!/*?&<>()[]{}@%$#]{1,3})??(~>)?\\s*$",
|
||||
flags: "i",
|
||||
args: ["0-9a-zA-Z.-:+=^!/*?&<>()[]{}@%$#", true]
|
||||
},
|
||||
{
|
||||
match: "^\\s*(<~)?([0-9A-Z.-:+=^!/*?&_<>()[]{}@%$#;`|~]{4})+([0-9A-Z.-:+=^!/*?&_<>()[]{}@%$#;`|~]{1,3})??(~>)?\\s*$",
|
||||
flags: "i",
|
||||
args: ["0-9A-Za-z!#$%&()*+-;<=>?@^_`{|~}", true]
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user