mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Added 'fully qualified' to the description for the 'Extract Domains' operation to reduce ambiguity. #618
This commit is contained in:
parent
e7980a8886
commit
44b90be7d6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class ExtractDomains extends Operation {
|
|||
|
||||
this.name = "Extract domains";
|
||||
this.module = "Regex";
|
||||
this.description = "Extracts domain names.<br>Note that this will not include paths. Use <strong>Extract URLs</strong> to find entire URLs.";
|
||||
this.description = "Extracts fully qualified domain names.<br>Note that this will not include paths. Use <strong>Extract URLs</strong> to find entire URLs.";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue