mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
Modifications to the IP library
This commit is contained in:
parent
8df9d6fcf6
commit
2ac3ec2a7c
3 changed files with 6 additions and 6 deletions
|
@ -28,7 +28,7 @@ class RemoveLineNumbers extends Operation {
|
|||
{
|
||||
match: "^\\s*([0-9]+ .*?(\\n))+[0-9] .+$",
|
||||
flags: "",
|
||||
magic: true,
|
||||
magic: false,
|
||||
args: []
|
||||
}
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue