Improved domain name regex

This commit is contained in:
n1474335 2017-09-06 16:43:30 +00:00
parent bf833991bf
commit 73823e3eb9
4 changed files with 4 additions and 8 deletions

View file

@ -2140,7 +2140,7 @@ const OperationConfig = {
]
},
"Extract domains": {
description: "Extracts domain names with common Top-Level Domains (TLDs).<br>Note that this will not include paths. Use <strong>Extract URLs</strong> to find entire URLs.",
description: "Extracts domain names.<br>Note that this will not include paths. Use <strong>Extract URLs</strong> to find entire URLs.",
run: Extract.runDomains,
inputType: "string",
outputType: "string",