mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
removing strictMode pt. 2
This commit is contained in:
parent
d0d1f743f0
commit
5e86407825
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class FromHex extends Operation {
|
|||
* @returns {byteArray}
|
||||
*/
|
||||
run(input, args) {
|
||||
const [delim, removeNonAlphChars, strictMode] = [args[0] || "Auto", args[1], args[2]];
|
||||
const [delim, removeNonAlphChars] = [args[0] || "Auto", args[1]];
|
||||
return fromHex(input, delim, 2, removeNonAlphChars);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue