mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Merge pull request #1678 from cnotin/patch-3
Add UUID regex to 'Regular expression' operation
This commit is contained in:
commit
c6da0c623d
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@ class RegularExpression extends Operation {
|
||||||
name: "Strings",
|
name: "Strings",
|
||||||
value: "[A-Za-z\\d/\\-:.,_$%\\x27\"()<>= !\\[\\]{}@]{4,}"
|
value: "[A-Za-z\\d/\\-:.,_$%\\x27\"()<>= !\\[\\]{}@]{4,}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "UUID (any version)",
|
||||||
|
value: "[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{12}"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
"target": 1
|
"target": 1
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue