We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
What word(s) in a report text are describing URLs (links)?
Here's how it works:
Input: Report text
Output: List of words that are identified as URLs
Here's why it's useful:
Doesn't work well with typos (e.g. ``www,google,com'' is obviously a (typo-ed) URL, but will not be caught currently).
URLs may sometimes be private.
We used regular expressions to do this. Please check the relevant code for more details.
None!