is-url
is-url copied to clipboard
Fails to check mailto URLs
I tried to fuzz the library again using GramTest, a grammar based test case generation tool (https://github.com/codelion/gramtest). I found that it fails to to check mailto URLs.
isUrl('mailto:[email protected]') // false