mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
From Hex Regexes
This commit is contained in:
parent
99415359d0
commit
3f3a7cd4f6
2 changed files with 8 additions and 2 deletions
|
@ -1182,6 +1182,7 @@ class Utils {
|
|||
"CRLF": /\r\n/g,
|
||||
"Forward slash": /\//g,
|
||||
"Backslash": /\\/g,
|
||||
"0x with comma": /,?0x/g,
|
||||
"0x": /0x/g,
|
||||
"\\x": /\\x/g,
|
||||
"None": /\s+/g // Included here to remove whitespace when there shouldn't be any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue