All Projects → sindresorhus → Is Url Superb

sindresorhus / Is Url Superb

Licence: mit
Check if a string is a URL

Programming Languages

javascript
184084 projects - #8 most used programming language

is-url-superb

Check if a string is a URL

Install

$ npm install is-url-superb

Usage

const isUrl = require('is-url-superb');

isUrl('https://sindresorhus.com');
//=> true

isUrl('unicorn');
//=> false

Related

  • is - Type check values
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].